home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Online / RFCs / rfc / rfc2206.txt < prev    next >
Text File  |  1997-10-07  |  113KB  |  3,588 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                       F. Baker
  8. Request for Comments: 2206                             Cisco Systems
  9. Category: Standards Track                                J. Krawczyk
  10.                                            ArrowPoint Communications
  11.                                                            A. Sastry
  12.                                                        Cisco Systems
  13.                                                       September 1997
  14.  
  15.  
  16.               RSVP Management Information Base using SMIv2
  17.  
  18.  
  19. Status of this Memo
  20.  
  21.    This document specifies an Internet standards track protocol for the
  22.    Internet community, and requests discussion and suggestions for
  23.    improvements.  Please refer to the current edition of the "Internet
  24.    Official Protocol Standards" (STD 1) for the standardization state
  25.    and status of this protocol.  Distribution of this memo is unlimited.
  26.  
  27. Abstract
  28.  
  29.    This memo defines a portion of the Management Information Base (MIB)
  30.    for use with network management protocols in TCP/IP-based internets.
  31.    In particular, it defines objects for managing the Resource
  32.    Reservation Protocol (RSVP) within the interface attributes defined
  33.    in the Integrated Services Model.  Thus, the Integrated Services MIB
  34.    is directly relevant to and cross-referenced by this MIB.  Comments
  35.    should be made to the RSVP Working Group, rsvp@isi.edu.
  36.  
  37. Table of Contents
  38.  
  39.    1 The SNMPv2 Network Management Framework ...............    2
  40.    1.1 Object Definitions ..................................    2
  41.    2 Overview ..............................................    3
  42.    2.1 Textual Conventions .................................    3
  43.    2.2 Structure of MIB ....................................    3
  44.    2.3 Semantics of  Writing  the  Path  and  Reservation
  45.         State Databases ....................................    3
  46.    2.4 Intended use of Flow Notifications ..................    4
  47.    2.4.1 The lostFlow Notification .........................    4
  48.    2.4.2 The newFlow Notification ..........................    4
  49.    3 Definitions ...........................................    4
  50.    3.1 RSVP Session Statistics Database ....................    6
  51.    3.2 RSVP Session Sender Database ........................    9
  52.    3.3 RSVP Reservations Requested Database ................   25
  53.    3.4 RSVP Reservation Requests Database ..................   35
  54.    3.5 RSVP Interface Attributes Database ..................   44
  55.  
  56.  
  57.  
  58. Baker, et. al.              Standards Track                     [Page 1]
  59.  
  60. RFC 2206                  RSVP MIB using SMIv2            September 1997
  61.  
  62.  
  63.    3.6 RSVP Neighbor Database ..............................   48
  64.    3.7 Notifications .......................................   49
  65.    4 Security Considerations................................   63
  66.    5 Authors' Addresses ....................................   63
  67.    6 Acknowledgements ......................................   63
  68.    7 References ............................................   64
  69.  
  70. 1.  The SNMPv2 Network Management Framework
  71.  
  72.  
  73.    The SNMPv2 Network Management Framework consists of four major
  74.    components.  They are:
  75.  
  76.    o    RFC 1441 which defines the SMI, the mechanisms used for
  77.         describing and naming objects for the purpose of
  78.         management.
  79.  
  80.    o    STD 17, RFC 1213 defines MIB-II, the core set of managed
  81.         objects for the Internet suite of protocols.
  82.  
  83.    o    RFC 1445 which defines the administrative and other
  84.         architectural aspects of the framework.
  85.  
  86.    o    RFC 1448 which defines the protocol used for network
  87.         access to managed objects.
  88.  
  89.    The Framework permits new objects to be defined for the purpose of
  90.    experimentation and evaluation.
  91.  
  92. 1.1.  Object Definitions
  93.  
  94.    Managed objects are accessed via a virtual information store, termed
  95.    the Management Information Base or MIB.  Objects in the MIB are
  96.    defined using the subset of Abstract Syntax Notation One (ASN.1)
  97.    defined in the SMI.  In particular, each object type is named by an
  98.    OBJECT IDENTIFIER, an administratively assigned name.  The object
  99.    type together with an object instance serves to uniquely identify a
  100.    specific instantiation of the object.  For human convenience, we
  101.    often use a textual string, termed the descriptor, to refer to the
  102.    object type.
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Baker, et. al.              Standards Track                     [Page 2]
  115.  
  116. RFC 2206                  RSVP MIB using SMIv2            September 1997
  117.  
  118.  
  119. 2.  Overview
  120.  
  121. 2.1.  Textual Conventions
  122.  
  123.    Several new data types are introduced as a textual convention in this
  124.    MIB document.  These textual conventions enhance the readability of
  125.    the specification and can ease comparison with other specifications
  126.    if appropriate.  It should be noted that the introduction of the
  127.    these textual conventions has no effect on either the syntax nor the
  128.    semantics of any managed objects.  The use of these is merely an
  129.    artifact of the explanatory method used.  Objects defined in terms of
  130.    one of these methods are always encoded by means of the rules that
  131.    define the primitive type.  Hence, no changes to the SMI or the SNMP
  132.    are necessary to accommodate these textual conventions which are
  133.    adopted merely for the convenience of readers and writers in pursuit
  134.    of the elusive goal of clear, concise, and unambiguous MIB documents.
  135.  
  136. 2.2.  Structure of MIB
  137.  
  138.    The MIB is composed of the following sections:
  139.  
  140.         General Objects
  141.         Session Statistics Table
  142.         Session Sender Table
  143.         Reservation Requests Received Table
  144.         Reservation Requests Forwarded Table
  145.         RSVP Interface Attributes Table
  146.         RSVP Neighbor Table
  147.  
  148.    As a general rule, it is difficult in SNMP to describe arbitrarily
  149.    long of complex messages; this MIB therefore seeks to describe the
  150.    Path State Database and the Reservation State Database as though each
  151.    flow and filter description received in an aggregate message had been
  152.    received in a separate reservation message.
  153.  
  154.    Thus, if a RESV message is received for session 224.1.2.3+UDP+4455
  155.    with two filter/flow spec groups describing a sender 1.2.3.4 and
  156.    another sender 1.2.7.8, these two will show in the MIB as two
  157.    separate rows: one for 224.1.2.3+UDP+4455 from 1.2.3.4 and the other
  158.    for 224.1.2.3+UDP+4455 from 1.2.7.8.
  159.  
  160. 2.3.  Semantics of Writing the Path and Reservation State Databases
  161.  
  162.    The path and reservation state tables are writeable. Writing into the
  163.    Path and Reservation State databases allows one to perform RSVP
  164.    reservations without authenticating through RSVP mechanisms, but
  165.  
  166.  
  167.  
  168.  
  169.  
  170. Baker, et. al.              Standards Track                     [Page 3]
  171.  
  172. RFC 2206                  RSVP MIB using SMIv2            September 1997
  173.  
  174.  
  175.    rather through SNMP mechanisms. State created in this way by SNMP
  176.    does not time out and cannot be deleted by receiving an RSVP teardown
  177.    message; it can only be deleted by SNMP.  Deletion is accomplished by
  178.    writing 'destroy' to the associated Row Status object, and this will
  179.    initiate a teardown message as if the state had timed out.
  180.  
  181. 2.4.  Intended use of Flow Notifications
  182.  
  183. 2.4.1.  The lostFlow Notification
  184.  
  185.    The Lost Flow notification is an asychronous event that signifies
  186.    that a flow is no longer being observed.
  187.  
  188. 2.4.2.  The newFlow Notification
  189.  
  190.    The newFlow Notification defined in this MIB can be used to advise a
  191.    network management system of the state of a flow.
  192.  
  193. 3.  Definitions
  194.  
  195. RSVP-MIB DEFINITIONS ::= BEGIN
  196.  
  197.         IMPORTS
  198.                 MODULE-IDENTITY, OBJECT-TYPE, Gauge32,
  199.                 NOTIFICATION-TYPE, Integer32, mib-2
  200.                                                     FROM SNMPv2-SMI
  201.                 TEXTUAL-CONVENTION, TruthValue, RowStatus,
  202.                 TimeStamp, TestAndIncr, TimeInterval
  203.                                                     FROM SNMPv2-TC
  204.                 MODULE-COMPLIANCE, OBJECT-GROUP,
  205.                 NOTIFICATION-GROUP                  FROM SNMPv2-CONF
  206.                 Port, SessionNumber, SessionType,
  207.                 Protocol, QosService, intSrvFlowStatus,
  208.                 MessageSize, BitRate, BurstSize
  209.                                             FROM INTEGRATED-SERVICES-MIB
  210.                 ifIndex, InterfaceIndex             FROM IF-MIB;
  211.  
  212.  
  213.     rsvp MODULE-IDENTITY
  214.             LAST-UPDATED "9511030500Z" -- Thu Aug 28 09:03:53 PDT 1997
  215.             ORGANIZATION "IETF RSVP Working Group"
  216.             CONTACT-INFO
  217.            "       Fred Baker
  218.            Postal: Cisco Systems
  219.                    519 Lado Drive
  220.                    Santa Barbara, California 93111
  221.            Tel:    +1 805 681 0115
  222.            E-Mail: fred@cisco.com
  223.  
  224.  
  225.  
  226. Baker, et. al.              Standards Track                     [Page 4]
  227.  
  228. RFC 2206                  RSVP MIB using SMIv2            September 1997
  229.  
  230.  
  231.                    John Krawczyk
  232.            Postal: ArrowPoint Communications
  233.                    235 Littleton Road
  234.                    Westford, Massachusetts 01886
  235.            Tel:    +1 508 692 5875
  236.            E-Mail: jjk@tiac.net
  237.  
  238.                    Arun Sastry
  239.            Postal: Cisco Systems
  240.                    210 W. Tasman Drive
  241.                    San Jose, California 95134
  242.            Tel:    +1 408 526 7685
  243.            E-Mail: arun@cisco.com"
  244.        DESCRIPTION
  245.           "The MIB module to describe the RSVP Protocol"
  246.       ::= { mib-2 51 }
  247.  
  248.   rsvpObjects               OBJECT IDENTIFIER
  249.                             ::= { rsvp 1 } -- tables
  250.   rsvpGenObjects            OBJECT IDENTIFIER
  251.                             ::= { rsvp 2 } -- global objects
  252.   rsvpNotificationsPrefix   OBJECT IDENTIFIER
  253.                             ::= { rsvp 3 } -- traps
  254.   rsvpConformance           OBJECT IDENTIFIER
  255.                             ::= { rsvp 4 } -- conformance
  256.  
  257.  
  258.     RsvpEncapsulation ::= TEXTUAL-CONVENTION
  259.          STATUS   current
  260.          DESCRIPTION
  261.            "This indicates the encapsulation that an  RSVP
  262.            Neighbor is perceived to be using."
  263.         SYNTAX   INTEGER {
  264.                    ip (1),   -- IP Protocol 46
  265.                    udp (2),  -- UDP Encapsulation
  266.                    both (3)  -- neighbor is using both encapsulations
  267.                  }
  268.  
  269.  
  270.     RefreshInterval ::= TEXTUAL-CONVENTION
  271.          DISPLAY-HINT "d"
  272.          STATUS   current
  273.          DESCRIPTION
  274.            "The number of milliseconds that  are  expected
  275.            to elapse between refreshes of path or reserva-
  276.            tion state.  Unrefreshed  Path  or  reservation
  277.            state is removed after a small multiple of this
  278.            period."
  279.  
  280.  
  281.  
  282. Baker, et. al.              Standards Track                     [Page 5]
  283.  
  284. RFC 2206                  RSVP MIB using SMIv2            September 1997
  285.  
  286.  
  287.         SYNTAX   INTEGER (0..'7FFFFFFF'h)
  288.  
  289.  
  290. --      The RSVP Session Statistics Database displays statistics
  291. --      relating to the number of senders and receivers in each
  292. --      session.
  293.  
  294.  
  295.     rsvpSessionTable OBJECT-TYPE
  296.         SYNTAX      SEQUENCE OF RsvpSessionEntry
  297.         MAX-ACCESS  not-accessible
  298.         STATUS      current
  299.         DESCRIPTION
  300.            "A table of all sessions seen by a  given  sys-
  301.            tem."
  302.        ::= { rsvpObjects 1 }
  303.  
  304.  
  305.     rsvpSessionEntry OBJECT-TYPE
  306.         SYNTAX      RsvpSessionEntry
  307.         MAX-ACCESS  not-accessible
  308.         STATUS      current
  309.         DESCRIPTION
  310.            "A single session seen by a given system."
  311.        INDEX { rsvpSessionNumber }
  312.        ::= { rsvpSessionTable 1 }
  313.  
  314.  
  315.     RsvpSessionEntry ::=
  316.         SEQUENCE {
  317.         rsvpSessionNumber           SessionNumber,
  318.         rsvpSessionType             SessionType,
  319.         rsvpSessionDestAddr         OCTET STRING,
  320.         rsvpSessionDestAddrLength   INTEGER,
  321.         rsvpSessionProtocol         Protocol,
  322.         rsvpSessionPort             Port,
  323.         rsvpSessionSenders          Gauge32,
  324.         rsvpSessionReceivers        Gauge32,
  325.         rsvpSessionRequests         Gauge32
  326.         }
  327.  
  328.  
  329.     rsvpSessionNumber OBJECT-TYPE
  330.         SYNTAX      SessionNumber
  331.         MAX-ACCESS  not-accessible
  332.         STATUS      current
  333.         DESCRIPTION
  334.            "The number of this session.  This is for  SNMP
  335.  
  336.  
  337.  
  338. Baker, et. al.              Standards Track                     [Page 6]
  339.  
  340. RFC 2206                  RSVP MIB using SMIv2            September 1997
  341.  
  342.  
  343.            Indexing  purposes  only and has no relation to
  344.            any protocol value."
  345.        ::= { rsvpSessionEntry 1 }
  346.  
  347.  
  348.     rsvpSessionType OBJECT-TYPE
  349.         SYNTAX      SessionType
  350.         MAX-ACCESS  read-only
  351.         STATUS      current
  352.         DESCRIPTION
  353.            "The type of session (IP4, IP6, IP6  with  flow
  354.            information, etc)."
  355.        ::= { rsvpSessionEntry 2 }
  356.  
  357.  
  358.     rsvpSessionDestAddr OBJECT-TYPE
  359.         SYNTAX      OCTET STRING (SIZE(4..16))
  360.         MAX-ACCESS  read-only
  361.         STATUS      current
  362.         DESCRIPTION
  363.            "The destination address used by all senders in
  364.            this  session.   This object may not be changed
  365.            when the value of the RowStatus object is  'ac-
  366.            tive'."
  367.        ::= { rsvpSessionEntry 3 }
  368.  
  369.  
  370.     rsvpSessionDestAddrLength OBJECT-TYPE
  371.         SYNTAX      INTEGER(0..128)
  372.         MAX-ACCESS  read-only
  373.         STATUS      current
  374.         DESCRIPTION
  375.            "The CIDR prefix length of the session address,
  376.            which  is  32  for  IP4  host and multicast ad-
  377.            dresses, and 128 for IP6 addresses.   This  ob-
  378.            ject  may  not be changed when the value of the
  379.            RowStatus object is 'active'."
  380.        ::= { rsvpSessionEntry 4 }
  381.  
  382.  
  383.     rsvpSessionProtocol OBJECT-TYPE
  384.         SYNTAX      Protocol
  385.         MAX-ACCESS  read-only
  386.         STATUS      current
  387.         DESCRIPTION
  388.            "The IP Protocol used by  this  session.   This
  389.            object may not be changed when the value of the
  390.            RowStatus object is 'active'."
  391.  
  392.  
  393.  
  394. Baker, et. al.              Standards Track                     [Page 7]
  395.  
  396. RFC 2206                  RSVP MIB using SMIv2            September 1997
  397.  
  398.  
  399.        ::= { rsvpSessionEntry 5 }
  400.  
  401.  
  402.     rsvpSessionPort OBJECT-TYPE
  403.         SYNTAX      Port
  404.         MAX-ACCESS  read-only
  405.         STATUS      current
  406.         DESCRIPTION
  407.            "The UDP or TCP port number used as a  destina-
  408.            tion  port for all senders in this session.  If
  409.            the IP protocol in use, specified  by  rsvpSen-
  410.            derProtocol,  is  50  (ESP)  or  51  (AH), this
  411.            represents a virtual destination  port  number.
  412.            A  value of zero indicates that the IP protocol
  413.            in use does not have ports.   This  object  may
  414.            not  be changed when the value of the RowStatus
  415.            object is 'active'."
  416.        ::= { rsvpSessionEntry 6 }
  417.  
  418.  
  419.     rsvpSessionSenders OBJECT-TYPE
  420.         SYNTAX      Gauge32
  421.         MAX-ACCESS  read-only
  422.         STATUS      current
  423.         DESCRIPTION
  424.            "The number of distinct senders currently known
  425.            to be part of this session."
  426.        ::= { rsvpSessionEntry 7 }
  427.  
  428.  
  429.     rsvpSessionReceivers OBJECT-TYPE
  430.         SYNTAX      Gauge32
  431.         MAX-ACCESS  read-only
  432.         STATUS      current
  433.         DESCRIPTION
  434.            "The number of reservations being requested  of
  435.            this system for this session."
  436.        ::= { rsvpSessionEntry 8 }
  437.  
  438.  
  439.     rsvpSessionRequests OBJECT-TYPE
  440.         SYNTAX      Gauge32
  441.         MAX-ACCESS  read-only
  442.         STATUS      current
  443.         DESCRIPTION
  444.            "The number of reservation requests this system
  445.            is sending upstream for this session."
  446.        ::= { rsvpSessionEntry 9 }
  447.  
  448.  
  449.  
  450. Baker, et. al.              Standards Track                     [Page 8]
  451.  
  452. RFC 2206                  RSVP MIB using SMIv2            September 1997
  453.  
  454.  
  455.     rsvpBadPackets OBJECT-TYPE
  456.         SYNTAX      Gauge32
  457.         MAX-ACCESS  read-only
  458.         STATUS      current
  459.         DESCRIPTION
  460.            "This object keeps a count of the number of bad
  461.            RSVP packets received."
  462.        ::= { rsvpGenObjects 1 }
  463.  
  464.  
  465. --      The RSVP Session Sender Database contains the information
  466. --      displayed by senders regarding their potential contribution
  467. --      to session data content. It is in essence a list of the
  468. --      valid PATH messages that the RSVP Router or Host is receiving.
  469.  
  470.  
  471.     rsvpSenderNewIndex OBJECT-TYPE
  472.         SYNTAX      TestAndIncr
  473.         MAX-ACCESS  read-write
  474.         STATUS      current
  475.         DESCRIPTION
  476.            "This  object  is  used  to  assign  values  to
  477.            rsvpSenderNumber  as described in 'Textual Con-
  478.            ventions  for  SNMPv2'.   The  network  manager
  479.            reads  the  object,  and  then writes the value
  480.            back in the SET that creates a new instance  of
  481.            rsvpSenderEntry.   If  the  SET  fails with the
  482.            code 'inconsistentValue', then the process must
  483.            be  repeated; If the SET succeeds, then the ob-
  484.            ject is incremented, and the  new  instance  is
  485.            created according to the manager's directions."
  486.        ::= { rsvpGenObjects 2 }
  487.  
  488.  
  489.     rsvpSenderTable OBJECT-TYPE
  490.         SYNTAX      SEQUENCE OF RsvpSenderEntry
  491.         MAX-ACCESS  not-accessible
  492.         STATUS      current
  493.         DESCRIPTION
  494.            "Information describing the  state  information
  495.            displayed by senders in PATH messages."
  496.        ::= { rsvpObjects 2 }
  497.  
  498.  
  499.     rsvpSenderEntry OBJECT-TYPE
  500.         SYNTAX      RsvpSenderEntry
  501.         MAX-ACCESS  not-accessible
  502.         STATUS      current
  503.  
  504.  
  505.  
  506. Baker, et. al.              Standards Track                     [Page 9]
  507.  
  508. RFC 2206                  RSVP MIB using SMIv2            September 1997
  509.  
  510.  
  511.         DESCRIPTION
  512.            "Information describing the  state  information
  513.            displayed by a single sender's PATH message."
  514.        INDEX { rsvpSessionNumber, rsvpSenderNumber }
  515.        ::= { rsvpSenderTable 1 }
  516.  
  517. RsvpSenderEntry ::=
  518.  
  519.  
  520.     SEQUENCE {
  521.         rsvpSenderNumber                        SessionNumber,
  522.         rsvpSenderType                          SessionType,
  523.         rsvpSenderDestAddr                      OCTET STRING,
  524.         rsvpSenderAddr                          OCTET STRING,
  525.         rsvpSenderDestAddrLength                INTEGER,
  526.         rsvpSenderAddrLength                    INTEGER,
  527.         rsvpSenderProtocol                      Protocol,
  528.         rsvpSenderDestPort                      Port,
  529.         rsvpSenderPort                          Port,
  530.         rsvpSenderFlowId                        INTEGER,
  531.         rsvpSenderHopAddr                       OCTET STRING,
  532.         rsvpSenderHopLih                        Integer32,
  533.         rsvpSenderInterface                     InterfaceIndex,
  534.         rsvpSenderTSpecRate                     BitRate,
  535.         rsvpSenderTSpecPeakRate                 BitRate,
  536.         rsvpSenderTSpecBurst                    BurstSize,
  537.         rsvpSenderTSpecMinTU                    MessageSize,
  538.         rsvpSenderTSpecMaxTU                    MessageSize,
  539.         rsvpSenderInterval                      RefreshInterval,
  540.         rsvpSenderRSVPHop                       TruthValue,
  541.         rsvpSenderLastChange                    TimeStamp,
  542.         rsvpSenderPolicy                        OCTET STRING,
  543.         rsvpSenderAdspecBreak                   TruthValue,
  544.         rsvpSenderAdspecHopCount                INTEGER,
  545.         rsvpSenderAdspecPathBw                  BitRate,
  546.         rsvpSenderAdspecMinLatency              Integer32,
  547.         rsvpSenderAdspecMtu                     INTEGER,
  548.         rsvpSenderAdspecGuaranteedSvc           TruthValue,
  549.         rsvpSenderAdspecGuaranteedBreak         TruthValue,
  550.         rsvpSenderAdspecGuaranteedCtot          Integer32,
  551.         rsvpSenderAdspecGuaranteedDtot          Integer32,
  552.         rsvpSenderAdspecGuaranteedCsum          Integer32,
  553.         rsvpSenderAdspecGuaranteedDsum          Integer32,
  554.         rsvpSenderAdspecGuaranteedHopCount      INTEGER,
  555.         rsvpSenderAdspecGuaranteedPathBw        BitRate,
  556.         rsvpSenderAdspecGuaranteedMinLatency    Integer32,
  557.         rsvpSenderAdspecGuaranteedMtu           INTEGER,
  558.         rsvpSenderAdspecCtrlLoadSvc             TruthValue,
  559.  
  560.  
  561.  
  562. Baker, et. al.              Standards Track                    [Page 10]
  563.  
  564. RFC 2206                  RSVP MIB using SMIv2            September 1997
  565.  
  566.  
  567.         rsvpSenderAdspecCtrlLoadBreak           TruthValue,
  568.         rsvpSenderAdspecCtrlLoadHopCount        INTEGER,
  569.         rsvpSenderAdspecCtrlLoadPathBw          BitRate,
  570.         rsvpSenderAdspecCtrlLoadMinLatency      Integer32,
  571.         rsvpSenderAdspecCtrlLoadMtu             INTEGER,
  572.         rsvpSenderStatus                        RowStatus,
  573.  
  574.  
  575.         rsvpSenderTTL                           INTEGER
  576.     }
  577.  
  578.     rsvpSenderNumber OBJECT-TYPE
  579.         SYNTAX      SessionNumber
  580.         MAX-ACCESS  not-accessible
  581.         STATUS      current
  582.         DESCRIPTION
  583.            "The number of this sender.  This is  for  SNMP
  584.            Indexing  purposes  only and has no relation to
  585.            any protocol value."
  586.        ::= { rsvpSenderEntry 1 }
  587.  
  588.  
  589.     rsvpSenderType OBJECT-TYPE
  590.         SYNTAX      SessionType
  591.         MAX-ACCESS  read-create
  592.         STATUS      current
  593.         DESCRIPTION
  594.            "The type of session (IP4, IP6, IP6  with  flow
  595.            information, etc)."
  596.        ::= { rsvpSenderEntry 2 }
  597.  
  598.  
  599.     rsvpSenderDestAddr OBJECT-TYPE
  600.         SYNTAX      OCTET STRING (SIZE(4..16))
  601.         MAX-ACCESS  read-create
  602.         STATUS      current
  603.         DESCRIPTION
  604.            "The destination address used by all senders in
  605.            this  session.   This object may not be changed
  606.            when the value of the RowStatus object is  'ac-
  607.            tive'."
  608.        ::= { rsvpSenderEntry 3 }
  609.  
  610.  
  611.     rsvpSenderAddr OBJECT-TYPE
  612.         SYNTAX      OCTET STRING (SIZE(4..16))
  613.         MAX-ACCESS  read-create
  614.         STATUS      current
  615.  
  616.  
  617.  
  618. Baker, et. al.              Standards Track                    [Page 11]
  619.  
  620. RFC 2206                  RSVP MIB using SMIv2            September 1997
  621.  
  622.  
  623.         DESCRIPTION
  624.            "The source address used by this sender in this
  625.            session.   This  object may not be changed when
  626.            the value of the RowStatus object is 'active'."
  627.        ::= { rsvpSenderEntry 4 }
  628.  
  629.  
  630.     rsvpSenderDestAddrLength OBJECT-TYPE
  631.         SYNTAX      INTEGER(0..128)
  632.         MAX-ACCESS  read-create
  633.         STATUS      current
  634.         DESCRIPTION
  635.            "The length of the destination address in bits.
  636.            This  is  the CIDR Prefix Length, which for IP4
  637.            hosts and multicast addresses is 32 bits.  This
  638.            object may not be changed when the value of the
  639.            RowStatus object is 'active'."
  640.        ::= { rsvpSenderEntry 5 }
  641.  
  642.  
  643.     rsvpSenderAddrLength OBJECT-TYPE
  644.         SYNTAX      INTEGER(0..128)
  645.         MAX-ACCESS  read-create
  646.         STATUS      current
  647.         DESCRIPTION
  648.            "The length of the sender's  address  in  bits.
  649.            This  is  the CIDR Prefix Length, which for IP4
  650.            hosts and multicast addresses is 32 bits.  This
  651.            object may not be changed when the value of the
  652.            RowStatus object is 'active'."
  653.        ::= { rsvpSenderEntry 6 }
  654.  
  655.  
  656.     rsvpSenderProtocol OBJECT-TYPE
  657.         SYNTAX      Protocol
  658.         MAX-ACCESS  read-create
  659.         STATUS      current
  660.         DESCRIPTION
  661.            "The IP Protocol used by  this  session.   This
  662.            object may not be changed when the value of the
  663.            RowStatus object is 'active'."
  664.        ::= { rsvpSenderEntry 7 }
  665.  
  666.  
  667.     rsvpSenderDestPort OBJECT-TYPE
  668.         SYNTAX      Port
  669.         MAX-ACCESS  read-create
  670.         STATUS      current
  671.  
  672.  
  673.  
  674. Baker, et. al.              Standards Track                    [Page 12]
  675.  
  676. RFC 2206                  RSVP MIB using SMIv2            September 1997
  677.  
  678.  
  679.         DESCRIPTION
  680.            "The UDP or TCP port number used as a  destina-
  681.            tion  port for all senders in this session.  If
  682.            the IP protocol in use, specified  by  rsvpSen-
  683.            derProtocol,  is  50  (ESP)  or  51  (AH), this
  684.            represents a virtual destination  port  number.
  685.            A  value of zero indicates that the IP protocol
  686.            in use does not have ports.   This  object  may
  687.            not  be changed when the value of the RowStatus
  688.            object is 'active'."
  689.        ::= { rsvpSenderEntry 8 }
  690.  
  691.  
  692.     rsvpSenderPort OBJECT-TYPE
  693.         SYNTAX      Port
  694.         MAX-ACCESS  read-create
  695.         STATUS      current
  696.         DESCRIPTION
  697.            "The UDP or TCP port number used  as  a  source
  698.            port  for  this sender in this session.  If the
  699.            IP protocol in use, specified by rsvpSenderPro-
  700.            tocol is 50 (ESP) or 51 (AH), this represents a
  701.            generalized port identifier (GPI).  A value  of
  702.            zero indicates that the IP protocol in use does
  703.            not have ports.  This object may not be changed
  704.            when  the value of the RowStatus object is 'ac-
  705.            tive'."
  706.        ::= { rsvpSenderEntry 9 }
  707.  
  708.  
  709.     rsvpSenderFlowId OBJECT-TYPE
  710.         SYNTAX      INTEGER (0..16777215)
  711.         MAX-ACCESS  read-only
  712.         STATUS      current
  713.         DESCRIPTION
  714.            "The flow ID that  this  sender  is  using,  if
  715.            this  is  an IPv6 session."
  716.        ::= { rsvpSenderEntry 10 }
  717.  
  718.  
  719.     rsvpSenderHopAddr OBJECT-TYPE
  720.         SYNTAX      OCTET STRING (SIZE(4..16))
  721.         MAX-ACCESS  read-create
  722.         STATUS      current
  723.         DESCRIPTION
  724.            "The address used  by  the  previous  RSVP  hop
  725.            (which may be the original sender)."
  726.        ::= { rsvpSenderEntry 11 }
  727.  
  728.  
  729.  
  730. Baker, et. al.              Standards Track                    [Page 13]
  731.  
  732. RFC 2206                  RSVP MIB using SMIv2            September 1997
  733.  
  734.  
  735.     rsvpSenderHopLih OBJECT-TYPE
  736.         SYNTAX      Integer32
  737.         MAX-ACCESS  read-create
  738.         STATUS      current
  739.         DESCRIPTION
  740.            "The Logical Interface Handle used by the  pre-
  741.            vious  RSVP  hop  (which  may  be  the original
  742.            sender)."
  743.        ::= { rsvpSenderEntry 12 }
  744.  
  745.  
  746.     rsvpSenderInterface OBJECT-TYPE
  747.         SYNTAX      InterfaceIndex
  748.         MAX-ACCESS  read-create
  749.         STATUS      current
  750.         DESCRIPTION
  751.            "The ifIndex value of the  interface  on  which
  752.            this PATH message was most recently received."
  753.        ::= { rsvpSenderEntry 13 }
  754.  
  755.  
  756.     rsvpSenderTSpecRate OBJECT-TYPE
  757.         SYNTAX      BitRate
  758.         UNITS       "bits per second"
  759.         MAX-ACCESS  read-create
  760.         STATUS      current
  761.         DESCRIPTION
  762.            "The Average Bit  Rate  of  the  sender's  data
  763.            stream.   Within  a transmission burst, the ar-
  764.            rival rate may be as fast  as  rsvpSenderTSpec-
  765.            PeakRate  (if  supported by the service model);
  766.            however, averaged across two or more burst  in-
  767.            tervals,  the  rate  should not exceed rsvpSen-
  768.            derTSpecRate.
  769.  
  770.            Note that this is a prediction, often based  on
  771.            the  general  capability  of a type of codec or
  772.            particular encoding; the measured average  rate
  773.            may be significantly lower."
  774.        ::= { rsvpSenderEntry 14 }
  775.  
  776.  
  777.     rsvpSenderTSpecPeakRate OBJECT-TYPE
  778.         SYNTAX      BitRate
  779.         UNITS       "bits per second"
  780.         MAX-ACCESS  read-create
  781.         STATUS      current
  782.         DESCRIPTION
  783.  
  784.  
  785.  
  786. Baker, et. al.              Standards Track                    [Page 14]
  787.  
  788. RFC 2206                  RSVP MIB using SMIv2            September 1997
  789.  
  790.  
  791.            "The Peak Bit Rate of the sender's data stream.
  792.            Traffic  arrival is not expected to exceed this
  793.            rate at any time, apart  from  the  effects  of
  794.            jitter in the network.  If not specified in the
  795.            TSpec, this returns zero or noSuchValue."
  796.        ::= { rsvpSenderEntry 15 }
  797.  
  798.  
  799.     rsvpSenderTSpecBurst OBJECT-TYPE
  800.         SYNTAX      BurstSize
  801.         UNITS       "bytes"
  802.         MAX-ACCESS  read-create
  803.         STATUS      current
  804.         DESCRIPTION
  805.            "The size of the largest  burst  expected  from
  806.            the sender at a time."
  807.        ::= { rsvpSenderEntry 16 }
  808.  
  809.  
  810.     rsvpSenderTSpecMinTU OBJECT-TYPE
  811.         SYNTAX      MessageSize
  812.         MAX-ACCESS  read-create
  813.         STATUS      current
  814.         DESCRIPTION
  815.            "The minimum message size for  this  flow.  The
  816.            policing  algorithm will treat smaller messages
  817.            as though they are this size."
  818.        ::= { rsvpSenderEntry 17 }
  819.  
  820.  
  821.     rsvpSenderTSpecMaxTU OBJECT-TYPE
  822.         SYNTAX      MessageSize
  823.         MAX-ACCESS  read-create
  824.         STATUS      current
  825.         DESCRIPTION
  826.            "The maximum message size for  this  flow.  The
  827.            admission  algorithm  will  reject TSpecs whose
  828.            Maximum Transmission Unit, plus  the  interface
  829.            headers, exceed the interface MTU."
  830.        ::= { rsvpSenderEntry 18 }
  831.  
  832.  
  833.     rsvpSenderInterval OBJECT-TYPE
  834.         SYNTAX      RefreshInterval
  835.         MAX-ACCESS  read-create
  836.         STATUS      current
  837.         DESCRIPTION
  838.            "The interval between refresh messages  as  ad-
  839.  
  840.  
  841.  
  842. Baker, et. al.              Standards Track                    [Page 15]
  843.  
  844. RFC 2206                  RSVP MIB using SMIv2            September 1997
  845.  
  846.  
  847.            vertised by the Previous Hop."
  848.        ::= { rsvpSenderEntry 19 }
  849.  
  850.  
  851.     rsvpSenderRSVPHop OBJECT-TYPE
  852.         SYNTAX      TruthValue
  853.         MAX-ACCESS  read-create
  854.         STATUS      current
  855.         DESCRIPTION
  856.            "If TRUE, the node believes that  the  previous
  857.            IP  hop is an RSVP hop.  If FALSE, the node be-
  858.            lieves that the previous IP hop may not  be  an
  859.            RSVP hop."
  860.        ::= { rsvpSenderEntry 20 }
  861.  
  862.  
  863.     rsvpSenderLastChange OBJECT-TYPE
  864.         SYNTAX      TimeStamp
  865.         MAX-ACCESS  read-only
  866.         STATUS      current
  867.         DESCRIPTION
  868.            "The time of the last change in this PATH  mes-
  869.            sage;  This is either the first time it was re-
  870.            ceived or the time of the most recent change in
  871.            parameters."
  872.        ::= { rsvpSenderEntry 21 }
  873.  
  874.  
  875.     rsvpSenderPolicy OBJECT-TYPE
  876.         SYNTAX      OCTET STRING (SIZE(4..65536))
  877.         MAX-ACCESS  read-create
  878.         STATUS      current
  879.         DESCRIPTION
  880.            "The contents of the policy  object,  displayed
  881.            as an uninterpreted string of octets, including
  882.            the object header.  In the absence of  such  an
  883.            object, this should be of zero length."
  884.        ::= { rsvpSenderEntry 22 }
  885.  
  886.  
  887.     rsvpSenderAdspecBreak OBJECT-TYPE
  888.         SYNTAX      TruthValue
  889.         MAX-ACCESS  read-create
  890.         STATUS      current
  891.         DESCRIPTION
  892.            "The global break bit general  characterization
  893.            parameter  from  the ADSPEC.  If TRUE, at least
  894.            one non-IS hop was detected in  the  path.   If
  895.  
  896.  
  897.  
  898. Baker, et. al.              Standards Track                    [Page 16]
  899.  
  900. RFC 2206                  RSVP MIB using SMIv2            September 1997
  901.  
  902.  
  903.            FALSE, no non-IS hops were detected."
  904.        ::= { rsvpSenderEntry 23 }
  905.  
  906.  
  907.     rsvpSenderAdspecHopCount OBJECT-TYPE
  908.         SYNTAX      INTEGER (0..65535)
  909.         MAX-ACCESS  read-create
  910.         STATUS      current
  911.         DESCRIPTION
  912.            "The hop count general characterization parame-
  913.            ter  from  the  ADSPEC.   A  return  of zero or
  914.            noSuchValue indicates one of the following con-
  915.            ditions:
  916.  
  917.               the invalid bit was set
  918.               the parameter was not present"
  919.        ::= { rsvpSenderEntry 24 }
  920.  
  921.  
  922.     rsvpSenderAdspecPathBw OBJECT-TYPE
  923.         SYNTAX      BitRate
  924.         UNITS       "bits per second"
  925.         MAX-ACCESS  read-create
  926.         STATUS      current
  927.         DESCRIPTION
  928.            "The path bandwidth estimate general character-
  929.            ization parameter from the ADSPEC.  A return of
  930.            zero or noSuchValue indicates one of  the  fol-
  931.            lowing conditions:
  932.  
  933.               the invalid bit was set
  934.               the parameter was not present"
  935.        ::= { rsvpSenderEntry 25 }
  936.  
  937.  
  938.     rsvpSenderAdspecMinLatency OBJECT-TYPE
  939.         SYNTAX      Integer32
  940.         UNITS       "microseconds"
  941.         MAX-ACCESS  read-create
  942.         STATUS      current
  943.         DESCRIPTION
  944.            "The minimum path latency general characteriza-
  945.            tion  parameter  from  the ADSPEC.  A return of
  946.            zero or noSuchValue indicates one of  the  fol-
  947.            lowing conditions:
  948.  
  949.               the invalid bit was set
  950.               the parameter was not present"
  951.  
  952.  
  953.  
  954. Baker, et. al.              Standards Track                    [Page 17]
  955.  
  956. RFC 2206                  RSVP MIB using SMIv2            September 1997
  957.  
  958.  
  959.        ::= { rsvpSenderEntry 26 }
  960.  
  961.  
  962.     rsvpSenderAdspecMtu OBJECT-TYPE
  963.         SYNTAX      INTEGER (0..65535)
  964.         UNITS       "bytes"
  965.         MAX-ACCESS  read-create
  966.         STATUS      current
  967.         DESCRIPTION
  968.            "The composed Maximum Transmission Unit general
  969.            characterization  parameter from the ADSPEC.  A
  970.            return of zero or noSuchValue indicates one  of
  971.            the following conditions:
  972.  
  973.               the invalid bit was set
  974.               the parameter was not present"
  975.        ::= { rsvpSenderEntry 27 }
  976.  
  977.  
  978.     rsvpSenderAdspecGuaranteedSvc OBJECT-TYPE
  979.         SYNTAX      TruthValue
  980.         MAX-ACCESS  read-create
  981.         STATUS      current
  982.         DESCRIPTION
  983.            "If TRUE, the ADSPEC contains a Guaranteed Ser-
  984.            vice  fragment.   If FALSE, the ADSPEC does not
  985.            contain a Guaranteed Service fragment."
  986.        ::= { rsvpSenderEntry 28 }
  987.  
  988.  
  989.     rsvpSenderAdspecGuaranteedBreak OBJECT-TYPE
  990.         SYNTAX      TruthValue
  991.         MAX-ACCESS  read-create
  992.         STATUS      current
  993.         DESCRIPTION
  994.            "If TRUE, the Guaranteed Service  fragment  has
  995.            its  'break'  bit  set,  indicating that one or
  996.            more nodes along the path do  not  support  the
  997.            guaranteed  service.   If  FALSE,  and rsvpSen-
  998.            derAdspecGuaranteedSvc is TRUE, the 'break' bit
  999.            is not set.
  1000.  
  1001.            If rsvpSenderAdspecGuaranteedSvc is FALSE, this
  1002.            returns FALSE or noSuchValue."
  1003.        ::= { rsvpSenderEntry 29 }
  1004.  
  1005.  
  1006.     rsvpSenderAdspecGuaranteedCtot OBJECT-TYPE
  1007.  
  1008.  
  1009.  
  1010. Baker, et. al.              Standards Track                    [Page 18]
  1011.  
  1012. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1013.  
  1014.  
  1015.         SYNTAX      Integer32
  1016.         UNITS       "bytes"
  1017.         MAX-ACCESS  read-create
  1018.         STATUS      current
  1019.         DESCRIPTION
  1020.  
  1021.            "If rsvpSenderAdspecGuaranteedSvc is TRUE, this
  1022.            is   the  end-to-end  composed  value  for  the
  1023.            guaranteed service 'C' parameter.  A return  of
  1024.            zero  or  noSuchValue indicates one of the fol-
  1025.            lowing conditions:
  1026.  
  1027.               the invalid bit was set
  1028.               the parameter was not present
  1029.  
  1030.            If rsvpSenderAdspecGuaranteedSvc is FALSE, this
  1031.            returns zero or noSuchValue."
  1032.        ::= { rsvpSenderEntry 30 }
  1033.  
  1034.  
  1035.     rsvpSenderAdspecGuaranteedDtot OBJECT-TYPE
  1036.         SYNTAX      Integer32
  1037.         UNITS       "microseconds"
  1038.         MAX-ACCESS  read-create
  1039.         STATUS      current
  1040.         DESCRIPTION
  1041.            "If rsvpSenderAdspecGuaranteedSvc is TRUE, this
  1042.            is   the  end-to-end  composed  value  for  the
  1043.            guaranteed service 'D' parameter.  A return  of
  1044.            zero  or  noSuchValue indicates one of the fol-
  1045.            lowing conditions:
  1046.  
  1047.               the invalid bit was set
  1048.               the parameter was not present
  1049.  
  1050.            If rsvpSenderAdspecGuaranteedSvc is FALSE, this
  1051.            returns zero or noSuchValue."
  1052.        ::= { rsvpSenderEntry 31 }
  1053.  
  1054.  
  1055.     rsvpSenderAdspecGuaranteedCsum OBJECT-TYPE
  1056.         SYNTAX      Integer32
  1057.         UNITS       "bytes"
  1058.         MAX-ACCESS  read-create
  1059.         STATUS      current
  1060.         DESCRIPTION
  1061.            "If rsvpSenderAdspecGuaranteedSvc is TRUE, this
  1062.            is  the  composed value for the guaranteed ser-
  1063.  
  1064.  
  1065.  
  1066. Baker, et. al.              Standards Track                    [Page 19]
  1067.  
  1068. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1069.  
  1070.  
  1071.            vice 'C' parameter  since  the  last  reshaping
  1072.            point.   A  return of zero or noSuchValue indi-
  1073.            cates one of the following conditions:
  1074.  
  1075.               the invalid bit was set
  1076.               the parameter was not present
  1077.  
  1078.            If rsvpSenderAdspecGuaranteedSvc is FALSE, this
  1079.            returns zero or noSuchValue."
  1080.        ::= { rsvpSenderEntry 32 }
  1081.  
  1082.  
  1083.     rsvpSenderAdspecGuaranteedDsum OBJECT-TYPE
  1084.         SYNTAX      Integer32
  1085.         UNITS       "microseconds"
  1086.         MAX-ACCESS  read-create
  1087.         STATUS      current
  1088.         DESCRIPTION
  1089.            "If rsvpSenderAdspecGuaranteedSvc is TRUE, this
  1090.            is  the  composed value for the guaranteed ser-
  1091.            vice 'D' parameter  since  the  last  reshaping
  1092.            point.   A  return of zero or noSuchValue indi-
  1093.            cates one of the following conditions:
  1094.  
  1095.               the invalid bit was set
  1096.               the parameter was not present
  1097.  
  1098.            If rsvpSenderAdspecGuaranteedSvc is FALSE, this
  1099.            returns zero or noSuchValue."
  1100.        ::= { rsvpSenderEntry 33 }
  1101.  
  1102.  
  1103.     rsvpSenderAdspecGuaranteedHopCount OBJECT-TYPE
  1104.         SYNTAX      INTEGER (0..65535)
  1105.         MAX-ACCESS  read-create
  1106.         STATUS      current
  1107.         DESCRIPTION
  1108.  
  1109.            "If rsvpSenderAdspecGuaranteedSvc is TRUE, this
  1110.            is  the  service-specific  override  of the hop
  1111.            count general characterization  parameter  from
  1112.            the  ADSPEC.   A  return of zero or noSuchValue
  1113.            indicates one of the following conditions:
  1114.  
  1115.               the invalid bit was set
  1116.               the parameter was not present
  1117.  
  1118.            If rsvpSenderAdspecGuaranteedSvc is FALSE, this
  1119.  
  1120.  
  1121.  
  1122. Baker, et. al.              Standards Track                    [Page 20]
  1123.  
  1124. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1125.  
  1126.  
  1127.            returns zero or noSuchValue."
  1128.        ::= { rsvpSenderEntry 34 }
  1129.  
  1130.  
  1131.     rsvpSenderAdspecGuaranteedPathBw OBJECT-TYPE
  1132.         SYNTAX      BitRate
  1133.         UNITS       "bits per second"
  1134.         MAX-ACCESS  read-create
  1135.         STATUS      current
  1136.         DESCRIPTION
  1137.            "If rsvpSenderAdspecGuaranteedSvc is TRUE, this
  1138.            is  the  service-specific  override of the path
  1139.            bandwidth  estimate  general   characterization
  1140.            parameter from the ADSPEC.  A return of zero or
  1141.            noSuchValue indicates one of the following con-
  1142.            ditions:
  1143.  
  1144.               the invalid bit was set
  1145.               the parameter was not present
  1146.  
  1147.            If rsvpSenderAdspecGuaranteedSvc is FALSE, this
  1148.            returns zero or noSuchValue."
  1149.        ::= { rsvpSenderEntry 35 }
  1150.  
  1151.  
  1152.     rsvpSenderAdspecGuaranteedMinLatency OBJECT-TYPE
  1153.         SYNTAX      Integer32
  1154.         UNITS       "microseconds"
  1155.         MAX-ACCESS  read-create
  1156.         STATUS      current
  1157.         DESCRIPTION
  1158.            "If rsvpSenderAdspecGuaranteedSvc is TRUE, this
  1159.            is the service-specific override of the minimum
  1160.            path latency general characterization parameter
  1161.            from  the  ADSPEC.  A return of zero or noSuch-
  1162.            Value indicates one  of  the  following  condi-
  1163.            tions:
  1164.  
  1165.               the invalid bit was set
  1166.               the parameter was not present
  1167.  
  1168.            If rsvpSenderAdspecGuaranteedSvc is FALSE, this
  1169.            returns zero or noSuchValue."
  1170.        ::= { rsvpSenderEntry 36 }
  1171.  
  1172.  
  1173.     rsvpSenderAdspecGuaranteedMtu OBJECT-TYPE
  1174.         SYNTAX      INTEGER (0..65535)
  1175.  
  1176.  
  1177.  
  1178. Baker, et. al.              Standards Track                    [Page 21]
  1179.  
  1180. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1181.  
  1182.  
  1183.         UNITS       "bytes"
  1184.         MAX-ACCESS  read-create
  1185.         STATUS      current
  1186.         DESCRIPTION
  1187.            "If rsvpSenderAdspecGuaranteedSvc is TRUE, this
  1188.            is  the  service-specific  override of the com-
  1189.            posed Maximum Transmission Unit general charac-
  1190.            terization parameter from the ADSPEC.  A return
  1191.            of zero or noSuchValue  indicates  one  of  the
  1192.            following conditions:
  1193.  
  1194.               the invalid bit was set
  1195.               the parameter was not present
  1196.  
  1197.            If rsvpSenderAdspecGuaranteedSvc is FALSE, this
  1198.            returns zero or noSuchValue."
  1199.        ::= { rsvpSenderEntry 37 }
  1200.  
  1201.  
  1202.     rsvpSenderAdspecCtrlLoadSvc OBJECT-TYPE
  1203.         SYNTAX      TruthValue
  1204.         MAX-ACCESS  read-create
  1205.         STATUS      current
  1206.         DESCRIPTION
  1207.            "If TRUE, the ADSPEC contains a Controlled Load
  1208.            Service  fragment.   If  FALSE, the ADSPEC does
  1209.            not contain a  Controlled  Load  Service  frag-
  1210.            ment."
  1211.        ::= { rsvpSenderEntry 38 }
  1212.  
  1213.  
  1214.     rsvpSenderAdspecCtrlLoadBreak OBJECT-TYPE
  1215.         SYNTAX      TruthValue
  1216.         MAX-ACCESS  read-create
  1217.         STATUS      current
  1218.         DESCRIPTION
  1219.            "If TRUE, the Controlled Load Service  fragment
  1220.            has its 'break' bit set, indicating that one or
  1221.            more nodes along the path do  not  support  the
  1222.            controlled   load   service.    If  FALSE,  and
  1223.            rsvpSenderAdspecCtrlLoadSvc   is   TRUE,    the
  1224.            'break' bit is not set.
  1225.  
  1226.            If rsvpSenderAdspecCtrlLoadSvc is  FALSE,  this
  1227.            returns FALSE or noSuchValue."
  1228.        ::= { rsvpSenderEntry 39 }
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234. Baker, et. al.              Standards Track                    [Page 22]
  1235.  
  1236. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1237.  
  1238.  
  1239.     rsvpSenderAdspecCtrlLoadHopCount OBJECT-TYPE
  1240.         SYNTAX      INTEGER (0..65535)
  1241.         MAX-ACCESS  read-create
  1242.         STATUS      current
  1243.         DESCRIPTION
  1244.  
  1245.            "If rsvpSenderAdspecCtrlLoadSvc is  TRUE,  this
  1246.            is  the  service-specific  override  of the hop
  1247.            count general characterization  parameter  from
  1248.            the  ADSPEC.   A  return of zero or noSuchValue
  1249.            indicates one of the following conditions:
  1250.  
  1251.               the invalid bit was set
  1252.               the parameter was not present
  1253.  
  1254.            If rsvpSenderAdspecCtrlLoadSvc is  FALSE,  this
  1255.            returns zero or noSuchValue."
  1256.        ::= { rsvpSenderEntry 40 }
  1257.  
  1258.  
  1259.     rsvpSenderAdspecCtrlLoadPathBw OBJECT-TYPE
  1260.         SYNTAX      BitRate
  1261.         UNITS       "bits per second"
  1262.         MAX-ACCESS  read-create
  1263.         STATUS      current
  1264.         DESCRIPTION
  1265.            "If rsvpSenderAdspecCtrlLoadSvc is  TRUE,  this
  1266.            is  the  service-specific  override of the path
  1267.            bandwidth  estimate  general   characterization
  1268.            parameter from the ADSPEC.  A return of zero or
  1269.            noSuchValue indicates one of the following con-
  1270.            ditions:
  1271.  
  1272.               the invalid bit was set
  1273.               the parameter was not present
  1274.  
  1275.            If rsvpSenderAdspecCtrlLoadSvc is  FALSE,  this
  1276.            returns zero or noSuchValue."
  1277.        ::= { rsvpSenderEntry 41 }
  1278.  
  1279.  
  1280.     rsvpSenderAdspecCtrlLoadMinLatency OBJECT-TYPE
  1281.         SYNTAX      Integer32
  1282.         UNITS       "microseconds"
  1283.         MAX-ACCESS  read-create
  1284.         STATUS      current
  1285.         DESCRIPTION
  1286.            "If rsvpSenderAdspecCtrlLoadSvc is  TRUE,  this
  1287.  
  1288.  
  1289.  
  1290. Baker, et. al.              Standards Track                    [Page 23]
  1291.  
  1292. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1293.  
  1294.  
  1295.            is the service-specific override of the minimum
  1296.            path latency general characterization parameter
  1297.            from  the  ADSPEC.  A return of zero or noSuch-
  1298.            Value indicates one  of  the  following  condi-
  1299.            tions:
  1300.  
  1301.               the invalid bit was set
  1302.               the parameter was not present
  1303.  
  1304.            If rsvpSenderAdspecCtrlLoadSvc is  FALSE,  this
  1305.            returns zero or noSuchValue."
  1306.        ::= { rsvpSenderEntry 42 }
  1307.  
  1308.  
  1309.     rsvpSenderAdspecCtrlLoadMtu OBJECT-TYPE
  1310.         SYNTAX      INTEGER (0..65535)
  1311.         UNITS       "bytes"
  1312.         MAX-ACCESS  read-create
  1313.         STATUS      current
  1314.         DESCRIPTION
  1315.            "If rsvpSenderAdspecCtrlLoadSvc is  TRUE,  this
  1316.            is  the  service-specific  override of the com-
  1317.            posed Maximum Transmission Unit general charac-
  1318.            terization parameter from the ADSPEC.  A return
  1319.            of zero or noSuchValue  indicates  one  of  the
  1320.            following conditions:
  1321.  
  1322.               the invalid bit was set
  1323.               the parameter was not present
  1324.  
  1325.            If rsvpSenderAdspecCtrlLoadSvc is  FALSE,  this
  1326.            returns zero or noSuchValue."
  1327.        ::= { rsvpSenderEntry 43 }
  1328.  
  1329.  
  1330.     rsvpSenderStatus OBJECT-TYPE
  1331.         SYNTAX      RowStatus
  1332.         MAX-ACCESS  read-create
  1333.         STATUS      current
  1334.         DESCRIPTION
  1335.            "'active' for all active PATH  messages.   This
  1336.            object  may  be used to install static PATH in-
  1337.            formation or delete PATH information."
  1338.        ::= { rsvpSenderEntry 44 }
  1339.  
  1340.  
  1341.     rsvpSenderTTL OBJECT-TYPE
  1342.         SYNTAX      INTEGER (0..255)
  1343.  
  1344.  
  1345.  
  1346. Baker, et. al.              Standards Track                    [Page 24]
  1347.  
  1348. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1349.  
  1350.  
  1351.         MAX-ACCESS  read-only
  1352.         STATUS      current
  1353.         DESCRIPTION
  1354.            "The TTL value in the RSVP header that was last
  1355.            received."
  1356.        ::= { rsvpSenderEntry 45 }
  1357.  
  1358.  
  1359.     rsvpSenderOutInterfaceTable OBJECT-TYPE
  1360.         SYNTAX      SEQUENCE OF RsvpSenderOutInterfaceEntry
  1361.         MAX-ACCESS  not-accessible
  1362.         STATUS      current
  1363.         DESCRIPTION
  1364.            "List of outgoing interfaces that PATH messages
  1365.            use.  The  ifIndex  is the ifIndex value of the
  1366.            egress interface."
  1367.        ::= { rsvpObjects 3 }
  1368.  
  1369.  
  1370.     rsvpSenderOutInterfaceEntry OBJECT-TYPE
  1371.         SYNTAX      RsvpSenderOutInterfaceEntry
  1372.         MAX-ACCESS  not-accessible
  1373.         STATUS      current
  1374.         DESCRIPTION
  1375.            "List of outgoing interfaces that a  particular
  1376.            PATH message has."
  1377.        INDEX { rsvpSessionNumber, rsvpSenderNumber, ifIndex }
  1378.        ::= { rsvpSenderOutInterfaceTable 1 }
  1379.  
  1380. RsvpSenderOutInterfaceEntry ::=
  1381.     SEQUENCE {
  1382.         rsvpSenderOutInterfaceStatus            RowStatus
  1383.     }
  1384.  
  1385.     rsvpSenderOutInterfaceStatus OBJECT-TYPE
  1386.         SYNTAX      RowStatus
  1387.         MAX-ACCESS  read-only
  1388.         STATUS      current
  1389.         DESCRIPTION
  1390.            "'active' for all active PATH messages."
  1391.        ::= { rsvpSenderOutInterfaceEntry 1 }
  1392.  
  1393.  
  1394. --      The RSVP Reservation Requests Received Table contains the
  1395. --      information displayed by receivers regarding their needs with
  1396. --      respect to sessions and senders. It is in essence a list of the
  1397. --      valid RESV messages that the RSVP Router or Host is receiving.
  1398.  
  1399.  
  1400.  
  1401.  
  1402. Baker, et. al.              Standards Track                    [Page 25]
  1403.  
  1404. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1405.  
  1406.  
  1407.     rsvpResvNewIndex OBJECT-TYPE
  1408.         SYNTAX      TestAndIncr
  1409.         MAX-ACCESS  read-write
  1410.         STATUS      current
  1411.         DESCRIPTION
  1412.            "This  object  is  used  to  assign  values  to
  1413.            rsvpResvNumber as described in 'Textual Conven-
  1414.            tions for SNMPv2'.  The network  manager  reads
  1415.            the  object,  and then writes the value back in
  1416.            the  SET  that  creates  a  new   instance   of
  1417.            rsvpResvEntry.   If the SET fails with the code
  1418.            'inconsistentValue', then the process  must  be
  1419.            repeated;  If the SET succeeds, then the object
  1420.            is incremented, and the new instance is created
  1421.            according to the manager's directions."
  1422.        ::= { rsvpGenObjects 3 }
  1423.  
  1424.  
  1425.     rsvpResvTable OBJECT-TYPE
  1426.         SYNTAX      SEQUENCE OF RsvpResvEntry
  1427.         MAX-ACCESS  not-accessible
  1428.         STATUS      current
  1429.         DESCRIPTION
  1430.            "Information describing the  state  information
  1431.            displayed by receivers in RESV messages."
  1432.        ::= { rsvpObjects 4 }
  1433.  
  1434.  
  1435.     rsvpResvEntry OBJECT-TYPE
  1436.         SYNTAX      RsvpResvEntry
  1437.         MAX-ACCESS  not-accessible
  1438.         STATUS      current
  1439.         DESCRIPTION
  1440.            "Information describing the  state  information
  1441.            displayed  by  a single receiver's RESV message
  1442.            concerning a single sender."
  1443.        INDEX { rsvpSessionNumber, rsvpResvNumber }
  1444.        ::= { rsvpResvTable 1 }
  1445.  
  1446.  
  1447.  
  1448.     RsvpResvEntry ::=
  1449.         SEQUENCE {
  1450.             rsvpResvNumber                  SessionNumber,
  1451.             rsvpResvType                    SessionType,
  1452.             rsvpResvDestAddr                OCTET STRING,
  1453.             rsvpResvSenderAddr              OCTET STRING,
  1454.             rsvpResvDestAddrLength          INTEGER,
  1455.  
  1456.  
  1457.  
  1458. Baker, et. al.              Standards Track                    [Page 26]
  1459.  
  1460. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1461.  
  1462.  
  1463.             rsvpResvSenderAddrLength        INTEGER,
  1464.             rsvpResvProtocol                Protocol,
  1465.             rsvpResvDestPort                Port,
  1466.             rsvpResvPort                    Port,
  1467.             rsvpResvHopAddr                 OCTET STRING,
  1468.             rsvpResvHopLih                  Integer32,
  1469.             rsvpResvInterface               InterfaceIndex,
  1470.             rsvpResvService                 QosService,
  1471.             rsvpResvTSpecRate               BitRate,
  1472.             rsvpResvTSpecPeakRate           BitRate,
  1473.             rsvpResvTSpecBurst              BurstSize,
  1474.             rsvpResvTSpecMinTU              MessageSize,
  1475.             rsvpResvTSpecMaxTU              MessageSize,
  1476.             rsvpResvRSpecRate               BitRate,
  1477.             rsvpResvRSpecSlack              Integer32,
  1478.             rsvpResvInterval                RefreshInterval,
  1479.             rsvpResvScope                   OCTET STRING,
  1480.             rsvpResvShared                  TruthValue,
  1481.             rsvpResvExplicit                TruthValue,
  1482.             rsvpResvRSVPHop                 TruthValue,
  1483.             rsvpResvLastChange              TimeStamp,
  1484.             rsvpResvPolicy                  OCTET STRING,
  1485.             rsvpResvStatus                  RowStatus,
  1486.             rsvpResvTTL                     INTEGER,
  1487.             rsvpResvFlowId                  INTEGER
  1488.         }
  1489.  
  1490.  
  1491.     rsvpResvNumber OBJECT-TYPE
  1492.         SYNTAX      SessionNumber
  1493.         MAX-ACCESS  not-accessible
  1494.         STATUS      current
  1495.         DESCRIPTION
  1496.            "The number of this reservation request.   This
  1497.            is  for  SNMP Indexing purposes only and has no
  1498.            relation to any protocol value."
  1499.        ::= { rsvpResvEntry 1 }
  1500.  
  1501.  
  1502.     rsvpResvType OBJECT-TYPE
  1503.         SYNTAX      SessionType
  1504.         MAX-ACCESS  read-create
  1505.         STATUS      current
  1506.         DESCRIPTION
  1507.            "The type of session (IP4, IP6, IP6  with  flow
  1508.            information, etc)."
  1509.        ::= { rsvpResvEntry 2 }
  1510.  
  1511.  
  1512.  
  1513.  
  1514. Baker, et. al.              Standards Track                    [Page 27]
  1515.  
  1516. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1517.  
  1518.  
  1519.     rsvpResvDestAddr OBJECT-TYPE
  1520.         SYNTAX      OCTET STRING (SIZE(4..16))
  1521.         MAX-ACCESS  read-create
  1522.         STATUS      current
  1523.         DESCRIPTION
  1524.            "The destination address used by all senders in
  1525.            this  session.   This object may not be changed
  1526.            when the value of the RowStatus object is  'ac-
  1527.            tive'."
  1528.        ::= { rsvpResvEntry 3 }
  1529.  
  1530.  
  1531.     rsvpResvSenderAddr OBJECT-TYPE
  1532.         SYNTAX      OCTET STRING (SIZE(4..16))
  1533.         MAX-ACCESS  read-create
  1534.         STATUS      current
  1535.         DESCRIPTION
  1536.            "The source address of the sender  selected  by
  1537.            this  reservation.  The value of all zeroes in-
  1538.            dicates 'all senders'.  This object may not  be
  1539.            changed  when the value of the RowStatus object
  1540.            is 'active'."
  1541.        ::= { rsvpResvEntry 4 }
  1542.  
  1543.  
  1544.     rsvpResvDestAddrLength OBJECT-TYPE
  1545.         SYNTAX      INTEGER(0..128)
  1546.         MAX-ACCESS  read-create
  1547.         STATUS      current
  1548.         DESCRIPTION
  1549.            "The length of the destination address in bits.
  1550.            This  is  the CIDR Prefix Length, which for IP4
  1551.            hosts and multicast addresses is 32 bits.  This
  1552.            object may not be changed when the value of the
  1553.            RowStatus object is 'active'."
  1554.        ::= { rsvpResvEntry 5 }
  1555.  
  1556.  
  1557.     rsvpResvSenderAddrLength OBJECT-TYPE
  1558.         SYNTAX      INTEGER(0..128)
  1559.         MAX-ACCESS  read-create
  1560.         STATUS      current
  1561.         DESCRIPTION
  1562.            "The length of the sender's  address  in  bits.
  1563.            This  is  the CIDR Prefix Length, which for IP4
  1564.            hosts and multicast addresses is 32 bits.  This
  1565.            object may not be changed when the value of the
  1566.            RowStatus object is 'active'."
  1567.  
  1568.  
  1569.  
  1570. Baker, et. al.              Standards Track                    [Page 28]
  1571.  
  1572. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1573.  
  1574.  
  1575.        ::= { rsvpResvEntry 6 }
  1576.  
  1577.  
  1578.     rsvpResvProtocol OBJECT-TYPE
  1579.         SYNTAX      Protocol
  1580.         MAX-ACCESS  read-create
  1581.         STATUS      current
  1582.         DESCRIPTION
  1583.            "The IP Protocol used by  this  session.   This
  1584.            object may not be changed when the value of the
  1585.            RowStatus object is 'active'."
  1586.        ::= { rsvpResvEntry 7 }
  1587.  
  1588.  
  1589.     rsvpResvDestPort OBJECT-TYPE
  1590.         SYNTAX      Port
  1591.         MAX-ACCESS  read-create
  1592.         STATUS      current
  1593.         DESCRIPTION
  1594.            "The UDP or TCP port number used as a  destina-
  1595.            tion  port for all senders in this session.  If
  1596.            the  IP   protocol   in   use,   specified   by
  1597.            rsvpResvProtocol,  is 50 (ESP) or 51 (AH), this
  1598.            represents a virtual destination  port  number.
  1599.            A  value of zero indicates that the IP protocol
  1600.            in use does not have ports.   This  object  may
  1601.            not  be changed when the value of the RowStatus
  1602.            object is 'active'."
  1603.        ::= { rsvpResvEntry 8 }
  1604.  
  1605.  
  1606.     rsvpResvPort OBJECT-TYPE
  1607.         SYNTAX      Port
  1608.         MAX-ACCESS  read-create
  1609.         STATUS      current
  1610.         DESCRIPTION
  1611.            "The UDP or TCP port number used  as  a  source
  1612.            port  for  this sender in this session.  If the
  1613.            IP protocol in use, specified by rsvpResvProto-
  1614.            col  is  50 (ESP) or 51 (AH), this represents a
  1615.            generalized port identifier (GPI).  A value  of
  1616.            zero indicates that the IP protocol in use does
  1617.            not have ports.  This object may not be changed
  1618.            when  the value of the RowStatus object is 'ac-
  1619.            tive'."
  1620.        ::= { rsvpResvEntry 9 }
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626. Baker, et. al.              Standards Track                    [Page 29]
  1627.  
  1628. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1629.  
  1630.  
  1631.     rsvpResvHopAddr OBJECT-TYPE
  1632.         SYNTAX      OCTET STRING (SIZE(4..16))
  1633.         MAX-ACCESS  read-create
  1634.         STATUS      current
  1635.         DESCRIPTION
  1636.            "The address used by the next RSVP  hop  (which
  1637.            may be the ultimate receiver)."
  1638.        ::= { rsvpResvEntry 10 }
  1639.  
  1640.  
  1641.     rsvpResvHopLih OBJECT-TYPE
  1642.         SYNTAX      Integer32
  1643.         MAX-ACCESS  read-create
  1644.         STATUS      current
  1645.         DESCRIPTION
  1646.            "The Logical Interface Handle received from the
  1647.            previous  RSVP  hop  (which may be the ultimate
  1648.            receiver)."
  1649.        ::= { rsvpResvEntry 11 }
  1650.  
  1651.  
  1652.     rsvpResvInterface OBJECT-TYPE
  1653.         SYNTAX      InterfaceIndex
  1654.         MAX-ACCESS  read-create
  1655.         STATUS      current
  1656.         DESCRIPTION
  1657.            "The ifIndex value of the  interface  on  which
  1658.            this RESV message was most recently received."
  1659.        ::= { rsvpResvEntry 12 }
  1660.  
  1661.  
  1662.     rsvpResvService OBJECT-TYPE
  1663.         SYNTAX      QosService
  1664.         MAX-ACCESS  read-create
  1665.         STATUS      current
  1666.         DESCRIPTION
  1667.            "The QoS Service  classification  requested  by
  1668.            the receiver."
  1669.        ::= { rsvpResvEntry 13 }
  1670.  
  1671.  
  1672.     rsvpResvTSpecRate OBJECT-TYPE
  1673.         SYNTAX      BitRate
  1674.         UNITS       "bits per second"
  1675.         MAX-ACCESS  read-create
  1676.         STATUS      current
  1677.         DESCRIPTION
  1678.            "The Average Bit  Rate  of  the  sender's  data
  1679.  
  1680.  
  1681.  
  1682. Baker, et. al.              Standards Track                    [Page 30]
  1683.  
  1684. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1685.  
  1686.  
  1687.            stream.   Within  a transmission burst, the ar-
  1688.            rival rate may be  as  fast  as  rsvpResvTSpec-
  1689.            PeakRate  (if  supported by the service model);
  1690.            however, averaged across two or more burst  in-
  1691.            tervals,    the    rate   should   not   exceed
  1692.            rsvpResvTSpecRate.
  1693.  
  1694.            Note that this is a prediction, often based  on
  1695.            the  general  capability  of a type of codec or
  1696.            particular encoding; the measured average  rate
  1697.            may be significantly lower."
  1698.        ::= { rsvpResvEntry 14 }
  1699.  
  1700.  
  1701.     rsvpResvTSpecPeakRate OBJECT-TYPE
  1702.         SYNTAX      BitRate
  1703.         UNITS       "bits per second"
  1704.         MAX-ACCESS  read-create
  1705.         STATUS      current
  1706.         DESCRIPTION
  1707.            "The Peak Bit Rate of the sender's data stream.
  1708.            Traffic  arrival is not expected to exceed this
  1709.            rate at any time, apart  from  the  effects  of
  1710.            jitter in the network.  If not specified in the
  1711.            TSpec, this returns zero or noSuchValue."
  1712.        ::= { rsvpResvEntry 15 }
  1713.  
  1714.  
  1715.     rsvpResvTSpecBurst OBJECT-TYPE
  1716.         SYNTAX      BurstSize
  1717.         UNITS       "bytes"
  1718.         MAX-ACCESS  read-create
  1719.         STATUS      current
  1720.         DESCRIPTION
  1721.            "The size of the largest  burst  expected  from
  1722.            the sender at a time.
  1723.  
  1724.            If this is less than  the  sender's  advertised
  1725.            burst  size, the receiver is asking the network
  1726.            to provide flow pacing  beyond  what  would  be
  1727.            provided  under normal circumstances. Such pac-
  1728.            ing is at the network's option."
  1729.        ::= { rsvpResvEntry 16 }
  1730.  
  1731.  
  1732.     rsvpResvTSpecMinTU OBJECT-TYPE
  1733.         SYNTAX      MessageSize
  1734.         MAX-ACCESS  read-create
  1735.  
  1736.  
  1737.  
  1738. Baker, et. al.              Standards Track                    [Page 31]
  1739.  
  1740. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1741.  
  1742.  
  1743.         STATUS      current
  1744.         DESCRIPTION
  1745.            "The minimum message size for  this  flow.  The
  1746.            policing  algorithm will treat smaller messages
  1747.            as though they are this size."
  1748.        ::= { rsvpResvEntry 17 }
  1749.  
  1750.  
  1751.     rsvpResvTSpecMaxTU OBJECT-TYPE
  1752.         SYNTAX      MessageSize
  1753.         MAX-ACCESS  read-create
  1754.         STATUS      current
  1755.         DESCRIPTION
  1756.            "The maximum message size for  this  flow.  The
  1757.            admission  algorithm  will  reject TSpecs whose
  1758.            Maximum Transmission Unit, plus  the  interface
  1759.            headers, exceed the interface MTU."
  1760.        ::= { rsvpResvEntry 18 }
  1761.  
  1762.  
  1763.     rsvpResvRSpecRate OBJECT-TYPE
  1764.         SYNTAX      BitRate
  1765.         UNITS       "bits per second"
  1766.         MAX-ACCESS  read-create
  1767.         STATUS      current
  1768.         DESCRIPTION
  1769.            "If the requested  service  is  Guaranteed,  as
  1770.            specified   by  rsvpResvService,  this  is  the
  1771.            clearing rate that is being requested.   Other-
  1772.            wise,  it  is  zero,  or  the  agent may return
  1773.            noSuchValue."
  1774.        ::= { rsvpResvEntry 19 }
  1775.  
  1776.  
  1777.     rsvpResvRSpecSlack OBJECT-TYPE
  1778.         SYNTAX      Integer32
  1779.         UNITS       "microseconds"
  1780.         MAX-ACCESS  read-create
  1781.         STATUS      current
  1782.         DESCRIPTION
  1783.            "If the requested  service  is  Guaranteed,  as
  1784.            specified by rsvpResvService, this is the delay
  1785.            slack.  Otherwise, it is zero, or the agent may
  1786.            return noSuchValue."
  1787.        ::= { rsvpResvEntry 20 }
  1788.  
  1789.  
  1790.     rsvpResvInterval OBJECT-TYPE
  1791.  
  1792.  
  1793.  
  1794. Baker, et. al.              Standards Track                    [Page 32]
  1795.  
  1796. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1797.  
  1798.  
  1799.         SYNTAX      RefreshInterval
  1800.         MAX-ACCESS  read-create
  1801.         STATUS      current
  1802.         DESCRIPTION
  1803.            "The interval between refresh messages  as  ad-
  1804.            vertised by the Next Hop."
  1805.        ::= { rsvpResvEntry 21 }
  1806.  
  1807.  
  1808.     rsvpResvScope OBJECT-TYPE
  1809.         SYNTAX      OCTET STRING (SIZE(0..65536))
  1810.         MAX-ACCESS  read-create
  1811.         STATUS      current
  1812.         DESCRIPTION
  1813.  
  1814.            "The contents of the scope object, displayed as
  1815.            an  uninterpreted  string  of octets, including
  1816.            the object header.  In the absence of  such  an
  1817.            object, this should be of zero length.
  1818.  
  1819.            If the length  is  non-zero,  this  contains  a
  1820.            series of IP4 or IP6 addresses."
  1821.        ::= { rsvpResvEntry 22 }
  1822.  
  1823.  
  1824.     rsvpResvShared OBJECT-TYPE
  1825.         SYNTAX      TruthValue
  1826.         MAX-ACCESS  read-create
  1827.         STATUS      current
  1828.         DESCRIPTION
  1829.            "If TRUE, a reservation shared among senders is
  1830.            requested.  If FALSE, a reservation specific to
  1831.            this sender is requested."
  1832.        ::= { rsvpResvEntry 23 }
  1833.  
  1834.  
  1835.     rsvpResvExplicit OBJECT-TYPE
  1836.         SYNTAX      TruthValue
  1837.         MAX-ACCESS  read-create
  1838.         STATUS      current
  1839.         DESCRIPTION
  1840.            "If TRUE, individual senders are  listed  using
  1841.            Filter  Specifications.   If FALSE, all senders
  1842.            are implicitly selected.  The Scope Object will
  1843.            contain  a list of senders that need to receive
  1844.            this reservation request  for  the  purpose  of
  1845.            routing the RESV message."
  1846.        ::= { rsvpResvEntry 24 }
  1847.  
  1848.  
  1849.  
  1850. Baker, et. al.              Standards Track                    [Page 33]
  1851.  
  1852. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1853.  
  1854.  
  1855.     rsvpResvRSVPHop OBJECT-TYPE
  1856.         SYNTAX      TruthValue
  1857.         MAX-ACCESS  read-create
  1858.         STATUS      current
  1859.         DESCRIPTION
  1860.            "If TRUE, the node believes that  the  previous
  1861.            IP  hop is an RSVP hop.  If FALSE, the node be-
  1862.            lieves that the previous IP hop may not  be  an
  1863.            RSVP hop."
  1864.        ::= { rsvpResvEntry 25 }
  1865.  
  1866.  
  1867.     rsvpResvLastChange OBJECT-TYPE
  1868.         SYNTAX      TimeStamp
  1869.         MAX-ACCESS  read-only
  1870.         STATUS      current
  1871.         DESCRIPTION
  1872.            "The time of the last change in  this  reserva-
  1873.            tion  request; This is either the first time it
  1874.            was received or the time  of  the  most  recent
  1875.            change in parameters."
  1876.        ::= { rsvpResvEntry 26 }
  1877.  
  1878.  
  1879.     rsvpResvPolicy OBJECT-TYPE
  1880.         SYNTAX      OCTET STRING (SIZE(0..65536))
  1881.         MAX-ACCESS  read-create
  1882.         STATUS      current
  1883.         DESCRIPTION
  1884.            "The contents of the policy  object,  displayed
  1885.            as an uninterpreted string of octets, including
  1886.            the object header.  In the absence of  such  an
  1887.            object, this should be of zero length."
  1888.        ::= { rsvpResvEntry 27 }
  1889.  
  1890.  
  1891.     rsvpResvStatus OBJECT-TYPE
  1892.         SYNTAX      RowStatus
  1893.         MAX-ACCESS  read-create
  1894.         STATUS      current
  1895.         DESCRIPTION
  1896.            "'active' for all active RESV  messages.   This
  1897.            object  may  be used to install static RESV in-
  1898.            formation or delete RESV information."
  1899.        ::= { rsvpResvEntry 28 }
  1900.  
  1901.  
  1902.     rsvpResvTTL OBJECT-TYPE
  1903.  
  1904.  
  1905.  
  1906. Baker, et. al.              Standards Track                    [Page 34]
  1907.  
  1908. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1909.  
  1910.  
  1911.         SYNTAX      INTEGER (0..255)
  1912.         MAX-ACCESS  read-only
  1913.         STATUS      current
  1914.         DESCRIPTION
  1915.            "The TTL value in the RSVP header that was last
  1916.            received."
  1917.        ::= { rsvpResvEntry 29 }
  1918.  
  1919.  
  1920.     rsvpResvFlowId OBJECT-TYPE
  1921.         SYNTAX      INTEGER (0..16777215)
  1922.         MAX-ACCESS  read-only
  1923.         STATUS      current
  1924.         DESCRIPTION
  1925.            "The flow ID that this receiver  is  using,  if
  1926.            this  is  an IPv6 session."
  1927.        ::= { rsvpResvEntry 30 }
  1928.  
  1929.  
  1930. --      The RSVP Reservation Requests Forwarded Table contains the
  1931. --      information displayed by receivers regarding their needs with
  1932. --      respect to sessions and senders. It is in essence a list of the
  1933. --      valid RESV messages that the RSVP Router or Host is sending
  1934. --      to its upstream neighbors.
  1935.  
  1936.  
  1937.     rsvpResvFwdNewIndex OBJECT-TYPE
  1938.         SYNTAX      TestAndIncr
  1939.         MAX-ACCESS  read-write
  1940.         STATUS      current
  1941.         DESCRIPTION
  1942.            "This  object  is  used  to  assign  values  to
  1943.            rsvpResvFwdNumber as described in 'Textual Con-
  1944.            ventions  for  SNMPv2'.   The  network  manager
  1945.            reads  the  object,  and  then writes the value
  1946.            back in the SET that creates a new instance  of
  1947.            rsvpResvFwdEntry.   If  the  SET fails with the
  1948.            code 'inconsistentValue', then the process must
  1949.            be  repeated; If the SET succeeds, then the ob-
  1950.            ject is incremented, and the  new  instance  is
  1951.            created according to the manager's directions."
  1952.        ::= { rsvpGenObjects 4 }
  1953.  
  1954.  
  1955.     rsvpResvFwdTable OBJECT-TYPE
  1956.         SYNTAX      SEQUENCE OF RsvpResvFwdEntry
  1957.         MAX-ACCESS  not-accessible
  1958.         STATUS      current
  1959.  
  1960.  
  1961.  
  1962. Baker, et. al.              Standards Track                    [Page 35]
  1963.  
  1964. RFC 2206                  RSVP MIB using SMIv2            September 1997
  1965.  
  1966.  
  1967.         DESCRIPTION
  1968.            "Information describing the  state  information
  1969.            displayed upstream in RESV messages."
  1970.        ::= { rsvpObjects 5 }
  1971.  
  1972.  
  1973.     rsvpResvFwdEntry OBJECT-TYPE
  1974.         SYNTAX      RsvpResvFwdEntry
  1975.         MAX-ACCESS  not-accessible
  1976.         STATUS      current
  1977.         DESCRIPTION
  1978.            "Information describing the  state  information
  1979.            displayed  upstream in an RESV message concern-
  1980.            ing a single sender."
  1981.        INDEX { rsvpSessionNumber, rsvpResvFwdNumber }
  1982.        ::= { rsvpResvFwdTable 1 }
  1983.  
  1984.  
  1985.     RsvpResvFwdEntry ::=
  1986.         SEQUENCE {
  1987.             rsvpResvFwdNumber               SessionNumber,
  1988.             rsvpResvFwdType                 SessionType,
  1989.             rsvpResvFwdDestAddr             OCTET STRING,
  1990.             rsvpResvFwdSenderAddr           OCTET STRING,
  1991.             rsvpResvFwdDestAddrLength       INTEGER,
  1992.             rsvpResvFwdSenderAddrLength     INTEGER,
  1993.             rsvpResvFwdProtocol             Protocol,
  1994.             rsvpResvFwdDestPort             Port,
  1995.             rsvpResvFwdPort                 Port,
  1996.             rsvpResvFwdHopAddr              OCTET STRING,
  1997.             rsvpResvFwdHopLih               Integer32,
  1998.             rsvpResvFwdInterface            InterfaceIndex,
  1999.             rsvpResvFwdService              QosService,
  2000.             rsvpResvFwdTSpecRate            BitRate,
  2001.             rsvpResvFwdTSpecPeakRate        BitRate,
  2002.             rsvpResvFwdTSpecBurst           BurstSize,
  2003.             rsvpResvFwdTSpecMinTU           MessageSize,
  2004.             rsvpResvFwdTSpecMaxTU           MessageSize,
  2005.             rsvpResvFwdRSpecRate            BitRate,
  2006.             rsvpResvFwdRSpecSlack           Integer32,
  2007.             rsvpResvFwdInterval             RefreshInterval,
  2008.             rsvpResvFwdScope                OCTET STRING,
  2009.             rsvpResvFwdShared               TruthValue,
  2010.             rsvpResvFwdExplicit             TruthValue,
  2011.             rsvpResvFwdRSVPHop              TruthValue,
  2012.             rsvpResvFwdLastChange           TimeStamp,
  2013.             rsvpResvFwdPolicy               OCTET STRING,
  2014.             rsvpResvFwdStatus               RowStatus,
  2015.  
  2016.  
  2017.  
  2018. Baker, et. al.              Standards Track                    [Page 36]
  2019.  
  2020. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2021.  
  2022.  
  2023.             rsvpResvFwdTTL                  INTEGER,
  2024.             rsvpResvFwdFlowId               INTEGER
  2025.         }
  2026.  
  2027.  
  2028.     rsvpResvFwdNumber OBJECT-TYPE
  2029.         SYNTAX      SessionNumber
  2030.         MAX-ACCESS  not-accessible
  2031.         STATUS      current
  2032.         DESCRIPTION
  2033.            "The number of this reservation request.   This
  2034.            is  for  SNMP Indexing purposes only and has no
  2035.            relation to any protocol value."
  2036.        ::= { rsvpResvFwdEntry 1 }
  2037.  
  2038.  
  2039.     rsvpResvFwdType OBJECT-TYPE
  2040.         SYNTAX      SessionType
  2041.         MAX-ACCESS  read-only
  2042.         STATUS      current
  2043.         DESCRIPTION
  2044.            "The type of session (IP4, IP6, IP6  with  flow
  2045.            information, etc)."
  2046.        ::= { rsvpResvFwdEntry 2 }
  2047.  
  2048.  
  2049.     rsvpResvFwdDestAddr OBJECT-TYPE
  2050.         SYNTAX      OCTET STRING (SIZE(4..16))
  2051.         MAX-ACCESS  read-only
  2052.         STATUS      current
  2053.         DESCRIPTION
  2054.            "The destination address used by all senders in
  2055.            this  session.   This object may not be changed
  2056.            when the value of the RowStatus object is  'ac-
  2057.            tive'."
  2058.        ::= { rsvpResvFwdEntry 3 }
  2059.  
  2060.  
  2061.     rsvpResvFwdSenderAddr OBJECT-TYPE
  2062.         SYNTAX      OCTET STRING (SIZE(4..16))
  2063.         MAX-ACCESS  read-only
  2064.         STATUS      current
  2065.         DESCRIPTION
  2066.            "The source address of the sender  selected  by
  2067.            this  reservation.  The value of all zeroes in-
  2068.            dicates 'all senders'.  This object may not  be
  2069.            changed  when the value of the RowStatus object
  2070.            is 'active'."
  2071.  
  2072.  
  2073.  
  2074. Baker, et. al.              Standards Track                    [Page 37]
  2075.  
  2076. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2077.  
  2078.  
  2079.        ::= { rsvpResvFwdEntry 4 }
  2080.  
  2081.  
  2082.     rsvpResvFwdDestAddrLength OBJECT-TYPE
  2083.         SYNTAX      INTEGER(0..128)
  2084.         MAX-ACCESS  read-only
  2085.         STATUS      current
  2086.         DESCRIPTION
  2087.            "The length of the destination address in bits.
  2088.            This  is  the CIDR Prefix Length, which for IP4
  2089.            hosts and multicast addresses is 32 bits.  This
  2090.            object may not be changed when the value of the
  2091.            RowStatus object is 'active'."
  2092.        ::= { rsvpResvFwdEntry 5 }
  2093.  
  2094.  
  2095.     rsvpResvFwdSenderAddrLength OBJECT-TYPE
  2096.         SYNTAX      INTEGER(0..128)
  2097.         MAX-ACCESS  read-only
  2098.         STATUS      current
  2099.         DESCRIPTION
  2100.            "The length of the sender's  address  in  bits.
  2101.            This  is  the CIDR Prefix Length, which for IP4
  2102.            hosts and multicast addresses is 32 bits.  This
  2103.            object may not be changed when the value of the
  2104.            RowStatus object is 'active'."
  2105.        ::= { rsvpResvFwdEntry 6 }
  2106.  
  2107.  
  2108.     rsvpResvFwdProtocol OBJECT-TYPE
  2109.         SYNTAX      Protocol
  2110.         MAX-ACCESS  read-only
  2111.         STATUS      current
  2112.         DESCRIPTION
  2113.            "The IP Protocol used by a session. for  secure
  2114.            sessions, this indicates IP Security.  This ob-
  2115.            ject may not be changed when the value  of  the
  2116.            RowStatus object is 'active'."
  2117.        ::= { rsvpResvFwdEntry 7 }
  2118.  
  2119.  
  2120.     rsvpResvFwdDestPort OBJECT-TYPE
  2121.         SYNTAX      Port
  2122.         MAX-ACCESS  read-only
  2123.         STATUS      current
  2124.         DESCRIPTION
  2125.            "The UDP or TCP port number used as a  destina-
  2126.            tion  port for all senders in this session.  If
  2127.  
  2128.  
  2129.  
  2130. Baker, et. al.              Standards Track                    [Page 38]
  2131.  
  2132. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2133.  
  2134.  
  2135.            the  IP   protocol   in   use,   specified   by
  2136.            rsvpResvFwdProtocol,  is  50  (ESP) or 51 (AH),
  2137.            this  represents  a  virtual  destination  port
  2138.            number.   A value of zero indicates that the IP
  2139.            protocol in use does not have ports.  This  ob-
  2140.            ject  may  not be changed when the value of the
  2141.            RowStatus object is 'active'."
  2142.        ::= { rsvpResvFwdEntry 8 }
  2143.  
  2144.  
  2145.     rsvpResvFwdPort OBJECT-TYPE
  2146.         SYNTAX      Port
  2147.         MAX-ACCESS  read-only
  2148.         STATUS      current
  2149.         DESCRIPTION
  2150.            "The UDP or TCP port number used  as  a  source
  2151.            port  for  this sender in this session.  If the
  2152.            IP    protocol    in    use,    specified    by
  2153.            rsvpResvFwdProtocol  is  50  (ESP)  or 51 (AH),
  2154.            this represents a generalized  port  identifier
  2155.            (GPI).   A  value of zero indicates that the IP
  2156.            protocol in use does not have ports.  This  ob-
  2157.            ject  may  not be changed when the value of the
  2158.            RowStatus object is 'active'."
  2159.        ::= { rsvpResvFwdEntry 9 }
  2160.  
  2161.  
  2162.     rsvpResvFwdHopAddr OBJECT-TYPE
  2163.         SYNTAX      OCTET STRING (SIZE(4..16))
  2164.         MAX-ACCESS  read-only
  2165.         STATUS      current
  2166.         DESCRIPTION
  2167.            "The address of the (previous) RSVP  that  will
  2168.            receive this message."
  2169.        ::= { rsvpResvFwdEntry 10 }
  2170.  
  2171.  
  2172.     rsvpResvFwdHopLih OBJECT-TYPE
  2173.         SYNTAX      Integer32
  2174.         MAX-ACCESS  read-only
  2175.         STATUS      current
  2176.         DESCRIPTION
  2177.            "The Logical Interface Handle sent to the (pre-
  2178.            vious) RSVP that will receive this message."
  2179.        ::= { rsvpResvFwdEntry 11 }
  2180.  
  2181.  
  2182.     rsvpResvFwdInterface OBJECT-TYPE
  2183.  
  2184.  
  2185.  
  2186. Baker, et. al.              Standards Track                    [Page 39]
  2187.  
  2188. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2189.  
  2190.  
  2191.         SYNTAX      InterfaceIndex
  2192.         MAX-ACCESS  read-only
  2193.         STATUS      current
  2194.         DESCRIPTION
  2195.            "The ifIndex value of the  interface  on  which
  2196.            this RESV message was most recently sent."
  2197.        ::= { rsvpResvFwdEntry 12 }
  2198.  
  2199.  
  2200.     rsvpResvFwdService OBJECT-TYPE
  2201.         SYNTAX      QosService
  2202.         MAX-ACCESS  read-only
  2203.         STATUS      current
  2204.         DESCRIPTION
  2205.            "The QoS Service classification requested."
  2206.        ::= { rsvpResvFwdEntry 13 }
  2207.  
  2208.  
  2209.     rsvpResvFwdTSpecRate OBJECT-TYPE
  2210.         SYNTAX      BitRate
  2211.         UNITS       "bits per second"
  2212.         MAX-ACCESS  read-only
  2213.         STATUS      current
  2214.         DESCRIPTION
  2215.            "The Average Bit  Rate  of  the  sender's  data
  2216.            stream.   Within  a transmission burst, the ar-
  2217.            rival rate may be as fast as  rsvpResvFwdTSpec-
  2218.            PeakRate  (if  supported by the service model);
  2219.            however, averaged across two or more burst  in-
  2220.            tervals,    the    rate   should   not   exceed
  2221.            rsvpResvFwdTSpecRate.
  2222.  
  2223.            Note that this is a prediction, often based  on
  2224.            the  general  capability  of a type of codec or
  2225.            particular encoding; the measured average  rate
  2226.            may be significantly lower."
  2227.        ::= { rsvpResvFwdEntry 14 }
  2228.  
  2229.  
  2230.     rsvpResvFwdTSpecPeakRate OBJECT-TYPE
  2231.         SYNTAX      BitRate
  2232.         UNITS       "bits per second"
  2233.         MAX-ACCESS  read-only
  2234.         STATUS      current
  2235.         DESCRIPTION
  2236.            "The Peak Bit Rate of the sender's data  stream
  2237.            Traffic  arrival is not expected to exceed this
  2238.            rate at any time, apart  from  the  effects  of
  2239.  
  2240.  
  2241.  
  2242. Baker, et. al.              Standards Track                    [Page 40]
  2243.  
  2244. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2245.  
  2246.  
  2247.            jitter in the network.  If not specified in the
  2248.            TSpec, this returns zero or noSuchValue."
  2249.        ::= { rsvpResvFwdEntry 15 }
  2250.  
  2251.  
  2252.     rsvpResvFwdTSpecBurst OBJECT-TYPE
  2253.         SYNTAX      BurstSize
  2254.         UNITS       "bytes"
  2255.         MAX-ACCESS  read-only
  2256.         STATUS      current
  2257.         DESCRIPTION
  2258.            "The size of the largest  burst  expected  from
  2259.            the sender at a time.
  2260.  
  2261.            If this is less than  the  sender's  advertised
  2262.            burst  size, the receiver is asking the network
  2263.            to provide flow pacing  beyond  what  would  be
  2264.            provided  under normal circumstances. Such pac-
  2265.            ing is at the network's option."
  2266.        ::= { rsvpResvFwdEntry 16 }
  2267.  
  2268.  
  2269.     rsvpResvFwdTSpecMinTU OBJECT-TYPE
  2270.         SYNTAX      MessageSize
  2271.         MAX-ACCESS  read-only
  2272.         STATUS      current
  2273.         DESCRIPTION
  2274.            "The minimum message size for  this  flow.  The
  2275.            policing  algorithm will treat smaller messages
  2276.            as though they are this size."
  2277.        ::= { rsvpResvFwdEntry 17 }
  2278.  
  2279.  
  2280.     rsvpResvFwdTSpecMaxTU OBJECT-TYPE
  2281.         SYNTAX      MessageSize
  2282.         MAX-ACCESS  read-only
  2283.         STATUS      current
  2284.         DESCRIPTION
  2285.            "The maximum message size for  this  flow.  The
  2286.            admission  algorithm  will  reject TSpecs whose
  2287.            Maximum Transmission Unit, plus  the  interface
  2288.            headers, exceed the interface MTU."
  2289.        ::= { rsvpResvFwdEntry 18 }
  2290.  
  2291.  
  2292.     rsvpResvFwdRSpecRate OBJECT-TYPE
  2293.         SYNTAX      BitRate
  2294.         UNITS       "bytes per second"
  2295.  
  2296.  
  2297.  
  2298. Baker, et. al.              Standards Track                    [Page 41]
  2299.  
  2300. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2301.  
  2302.  
  2303.         MAX-ACCESS  read-only
  2304.         STATUS      current
  2305.         DESCRIPTION
  2306.            "If the requested  service  is  Guaranteed,  as
  2307.            specified   by  rsvpResvService,  this  is  the
  2308.            clearing rate that is being requested.   Other-
  2309.            wise,  it  is  zero,  or  the  agent may return
  2310.            noSuchValue."
  2311.        ::= { rsvpResvFwdEntry 19 }
  2312.  
  2313.  
  2314.     rsvpResvFwdRSpecSlack OBJECT-TYPE
  2315.         SYNTAX      Integer32
  2316.         UNITS       "microseconds"
  2317.         MAX-ACCESS  read-only
  2318.         STATUS      current
  2319.         DESCRIPTION
  2320.            "If the requested  service  is  Guaranteed,  as
  2321.            specified by rsvpResvService, this is the delay
  2322.            slack.  Otherwise, it is zero, or the agent may
  2323.            return noSuchValue."
  2324.        ::= { rsvpResvFwdEntry 20 }
  2325.  
  2326.  
  2327.     rsvpResvFwdInterval OBJECT-TYPE
  2328.         SYNTAX      RefreshInterval
  2329.         MAX-ACCESS  read-only
  2330.         STATUS      current
  2331.         DESCRIPTION
  2332.            "The interval between refresh  messages  adver-
  2333.            tised to the Previous Hop."
  2334.        ::= { rsvpResvFwdEntry 21 }
  2335.  
  2336.  
  2337.     rsvpResvFwdScope OBJECT-TYPE
  2338.         SYNTAX      OCTET STRING (SIZE(0..65536))
  2339.         MAX-ACCESS  read-only
  2340.         STATUS      current
  2341.         DESCRIPTION
  2342.            "The contents of the scope object, displayed as
  2343.            an  uninterpreted  string  of octets, including
  2344.            the object header.  In the absence of  such  an
  2345.            object, this should be of zero length."
  2346.        ::= { rsvpResvFwdEntry 22 }
  2347.  
  2348.  
  2349.     rsvpResvFwdShared OBJECT-TYPE
  2350.         SYNTAX      TruthValue
  2351.  
  2352.  
  2353.  
  2354. Baker, et. al.              Standards Track                    [Page 42]
  2355.  
  2356. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2357.  
  2358.  
  2359.         MAX-ACCESS  read-only
  2360.         STATUS      current
  2361.         DESCRIPTION
  2362.            "If TRUE, a reservation shared among senders is
  2363.            requested.  If FALSE, a reservation specific to
  2364.            this sender is requested."
  2365.        ::= { rsvpResvFwdEntry 23 }
  2366.  
  2367.  
  2368.     rsvpResvFwdExplicit OBJECT-TYPE
  2369.         SYNTAX      TruthValue
  2370.         MAX-ACCESS  read-only
  2371.         STATUS      current
  2372.         DESCRIPTION
  2373.            "If TRUE, individual senders are  listed  using
  2374.            Filter  Specifications.   If FALSE, all senders
  2375.            are implicitly selected.  The Scope Object will
  2376.            contain  a list of senders that need to receive
  2377.            this reservation request  for  the  purpose  of
  2378.            routing the RESV message."
  2379.        ::= { rsvpResvFwdEntry 24 }
  2380.  
  2381.  
  2382.     rsvpResvFwdRSVPHop OBJECT-TYPE
  2383.         SYNTAX      TruthValue
  2384.         MAX-ACCESS  read-only
  2385.         STATUS      current
  2386.         DESCRIPTION
  2387.            "If TRUE, the node believes that  the  next  IP
  2388.            hop  is  an  RSVP  hop.  If FALSE, the node be-
  2389.            lieves that the next IP hop may not be an  RSVP
  2390.            hop."
  2391.        ::= { rsvpResvFwdEntry 25 }
  2392.  
  2393.  
  2394.     rsvpResvFwdLastChange OBJECT-TYPE
  2395.         SYNTAX      TimeStamp
  2396.         MAX-ACCESS  read-only
  2397.         STATUS      current
  2398.         DESCRIPTION
  2399.            "The time of the last change in  this  request;
  2400.            This  is  either  the first time it was sent or
  2401.            the time of the most recent change  in  parame-
  2402.            ters."
  2403.        ::= { rsvpResvFwdEntry 26 }
  2404.  
  2405.  
  2406.     rsvpResvFwdPolicy OBJECT-TYPE
  2407.  
  2408.  
  2409.  
  2410. Baker, et. al.              Standards Track                    [Page 43]
  2411.  
  2412. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2413.  
  2414.  
  2415.         SYNTAX      OCTET STRING (SIZE(0..65536))
  2416.         MAX-ACCESS  read-only
  2417.         STATUS      current
  2418.         DESCRIPTION
  2419.            "The contents of the policy  object,  displayed
  2420.            as an uninterpreted string of octets, including
  2421.            the object header.  In the absence of  such  an
  2422.            object, this should be of zero length."
  2423.        ::= { rsvpResvFwdEntry 27 }
  2424.  
  2425.  
  2426.     rsvpResvFwdStatus OBJECT-TYPE
  2427.         SYNTAX      RowStatus
  2428.         MAX-ACCESS  read-write
  2429.         STATUS      current
  2430.         DESCRIPTION
  2431.            "'active' for all active RESV  messages.   This
  2432.            object may be used to delete RESV information."
  2433.        ::= { rsvpResvFwdEntry 28 }
  2434.  
  2435.  
  2436.     rsvpResvFwdTTL OBJECT-TYPE
  2437.         SYNTAX      INTEGER (0..255)
  2438.         MAX-ACCESS  read-only
  2439.         STATUS      current
  2440.         DESCRIPTION
  2441.            "The TTL value in the RSVP header that was last
  2442.            received."
  2443.        ::= { rsvpResvFwdEntry 29 }
  2444.  
  2445.  
  2446.     rsvpResvFwdFlowId OBJECT-TYPE
  2447.         SYNTAX      INTEGER (0..16777215)
  2448.         MAX-ACCESS  read-only
  2449.         STATUS      current
  2450.         DESCRIPTION
  2451.            "The flow ID that this receiver  is  using,  if
  2452.            this  is  an IPv6 session."
  2453.        ::= { rsvpResvFwdEntry 30 }
  2454.  
  2455.  
  2456. --      The RSVP Interface Attributes Database contains the
  2457. --      RSVP-specific information for an interface. Information
  2458. --      that is shared with other reservation procedures such
  2459. --      as ST-II is in the Integrated Interface Attributes
  2460. --      Database.
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466. Baker, et. al.              Standards Track                    [Page 44]
  2467.  
  2468. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2469.  
  2470.  
  2471.     rsvpIfTable OBJECT-TYPE
  2472.         SYNTAX      SEQUENCE OF RsvpIfEntry
  2473.         MAX-ACCESS  not-accessible
  2474.         STATUS      current
  2475.         DESCRIPTION
  2476.            "The RSVP-specific attributes of  the  system's
  2477.            interfaces."
  2478.        ::= { rsvpObjects 6 }
  2479.  
  2480.  
  2481.     rsvpIfEntry OBJECT-TYPE
  2482.         SYNTAX      RsvpIfEntry
  2483.         MAX-ACCESS  not-accessible
  2484.         STATUS      current
  2485.         DESCRIPTION
  2486.            "The RSVP-specific attributes of  the  a  given
  2487.            interface."
  2488.        INDEX { ifIndex }
  2489.        ::= { rsvpIfTable 1 }
  2490.  
  2491. RsvpIfEntry ::=
  2492.     SEQUENCE {
  2493.     rsvpIfUdpNbrs                       Gauge32,
  2494.     rsvpIfIpNbrs                        Gauge32,
  2495.     rsvpIfNbrs                          Gauge32,
  2496.     rsvpIfEnabled                       TruthValue,
  2497.     rsvpIfUdpRequired                   TruthValue,
  2498.     rsvpIfRefreshBlockadeMultiple       INTEGER,
  2499.     rsvpIfRefreshMultiple               INTEGER,
  2500.     rsvpIfTTL                           INTEGER,
  2501.     rsvpIfRefreshInterval               TimeInterval,
  2502.     rsvpIfRouteDelay                    TimeInterval,
  2503.     rsvpIfStatus                        RowStatus
  2504.     }
  2505.  
  2506.  
  2507.     rsvpIfUdpNbrs OBJECT-TYPE
  2508.         SYNTAX      Gauge32
  2509.         MAX-ACCESS  read-only
  2510.         STATUS      current
  2511.         DESCRIPTION
  2512.            "The number of neighbors perceived to be  using
  2513.            only the RSVP UDP Encapsulation."
  2514.        ::= { rsvpIfEntry 1 }
  2515.  
  2516.  
  2517.     rsvpIfIpNbrs OBJECT-TYPE
  2518.         SYNTAX      Gauge32
  2519.  
  2520.  
  2521.  
  2522. Baker, et. al.              Standards Track                    [Page 45]
  2523.  
  2524. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2525.  
  2526.  
  2527.         MAX-ACCESS  read-only
  2528.         STATUS      current
  2529.         DESCRIPTION
  2530.            "The number of neighbors perceived to be  using
  2531.            only the RSVP IP Encapsulation."
  2532.        ::= { rsvpIfEntry 2 }
  2533.  
  2534.  
  2535.     rsvpIfNbrs OBJECT-TYPE
  2536.         SYNTAX      Gauge32
  2537.         MAX-ACCESS  read-only
  2538.         STATUS      current
  2539.         DESCRIPTION
  2540.            "The number of neighbors  currently  perceived;
  2541.            this  will  exceed rsvpIfIpNbrs + rsvpIfUdpNbrs
  2542.            by the number of neighbors using both  encapsu-
  2543.            lations."
  2544.        ::= { rsvpIfEntry 3 }
  2545.  
  2546.  
  2547.     rsvpIfRefreshBlockadeMultiple OBJECT-TYPE
  2548.         SYNTAX      INTEGER (1..65536)
  2549.         MAX-ACCESS  read-create
  2550.         STATUS      current
  2551.         DESCRIPTION
  2552.            "The value of the RSVP value 'Kb', Which is the
  2553.            minimum   number   of  refresh  intervals  that
  2554.            blockade state will last once entered."
  2555.        DEFVAL      { 4 }
  2556.        ::= { rsvpIfEntry 4 }
  2557.  
  2558.  
  2559.     rsvpIfRefreshMultiple OBJECT-TYPE
  2560.         SYNTAX      INTEGER (1..65536)
  2561.         MAX-ACCESS  read-create
  2562.         STATUS      current
  2563.         DESCRIPTION
  2564.            "The value of the RSVP value 'K', which is  the
  2565.            number  of  refresh intervals which must elapse
  2566.            (minimum) before a PATH or RESV  message  which
  2567.            is not being refreshed will be aged out."
  2568.        DEFVAL      { 3 }
  2569.        ::= { rsvpIfEntry 5 }
  2570.  
  2571.  
  2572.     rsvpIfTTL OBJECT-TYPE
  2573.         SYNTAX      INTEGER (0..255)
  2574.         MAX-ACCESS  read-create
  2575.  
  2576.  
  2577.  
  2578. Baker, et. al.              Standards Track                    [Page 46]
  2579.  
  2580. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2581.  
  2582.  
  2583.         STATUS      current
  2584.         DESCRIPTION
  2585.            "The value of SEND_TTL used on  this  interface
  2586.            for  messages  this node originates.  If set to
  2587.            zero, the node determines  the  TTL  via  other
  2588.            means."
  2589.        DEFVAL { 0 } -- which is to say, no override
  2590.        ::= { rsvpIfEntry 6 }
  2591.  
  2592.  
  2593.     rsvpIfRefreshInterval OBJECT-TYPE
  2594.         SYNTAX      TimeInterval
  2595.         UNITS       "milliseconds"
  2596.         MAX-ACCESS  read-create
  2597.         STATUS      current
  2598.         DESCRIPTION
  2599.            "The value of the RSVP value 'R', which is  the
  2600.            minimum period between refresh transmissions of
  2601.            a given PATH or RESV message on an interface."
  2602.        DEFVAL      { 3000 }        -- 30 seconds
  2603.        ::= { rsvpIfEntry 7 }
  2604.  
  2605.  
  2606.     rsvpIfRouteDelay OBJECT-TYPE
  2607.         SYNTAX      TimeInterval
  2608.         UNITS       "hundredths of a second"
  2609.         MAX-ACCESS  read-create
  2610.         STATUS      current
  2611.         DESCRIPTION
  2612.            "The approximate period from the time  a  route
  2613.            is  changed to the time a resulting message ap-
  2614.            pears on the interface."
  2615.        DEFVAL      { 200 } -- 2 seconds
  2616.        ::= { rsvpIfEntry 8 }
  2617.  
  2618.  
  2619.     rsvpIfEnabled OBJECT-TYPE
  2620.         SYNTAX      TruthValue
  2621.         MAX-ACCESS  read-create
  2622.         STATUS      current
  2623.         DESCRIPTION
  2624.            "If TRUE, RSVP is enabled  on  this  Interface.
  2625.            If  FALSE,  RSVP  is not enabled on this inter-
  2626.            face."
  2627.        ::= { rsvpIfEntry 9 }
  2628.  
  2629.  
  2630.     rsvpIfUdpRequired OBJECT-TYPE
  2631.  
  2632.  
  2633.  
  2634. Baker, et. al.              Standards Track                    [Page 47]
  2635.  
  2636. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2637.  
  2638.  
  2639.         SYNTAX      TruthValue
  2640.         MAX-ACCESS  read-create
  2641.         STATUS      current
  2642.         DESCRIPTION
  2643.            "If TRUE, manual configuration forces  the  use
  2644.            of  UDP  encapsulation  on  the  interface.  If
  2645.            FALSE, UDP encapsulation is only used if rsvpI-
  2646.            fUdpNbrs is not zero."
  2647.  
  2648.        ::= { rsvpIfEntry 10 }
  2649.  
  2650.  
  2651.     rsvpIfStatus OBJECT-TYPE
  2652.         SYNTAX      RowStatus
  2653.         MAX-ACCESS  read-create
  2654.         STATUS      current
  2655.         DESCRIPTION
  2656.            "'active' on interfaces that are configured for
  2657.            RSVP."
  2658.        ::= { rsvpIfEntry 11 }
  2659.  
  2660.  
  2661. --      The RSVP Neighbor Database lists the neighbors the RSVP
  2662. --      process currently is receiving messages from.
  2663.  
  2664.  
  2665.     rsvpNbrTable OBJECT-TYPE
  2666.         SYNTAX      SEQUENCE OF RsvpNbrEntry
  2667.         MAX-ACCESS  not-accessible
  2668.         STATUS      current
  2669.         DESCRIPTION
  2670.            "Information describing  the  Neighbors  of  an
  2671.            RSVP system."
  2672.        ::= { rsvpObjects 7 }
  2673.  
  2674.  
  2675.     rsvpNbrEntry OBJECT-TYPE
  2676.         SYNTAX      RsvpNbrEntry
  2677.         MAX-ACCESS  not-accessible
  2678.         STATUS      current
  2679.         DESCRIPTION
  2680.            "Information describing a  single  RSVP  Neigh-
  2681.            bor."
  2682.        INDEX { ifIndex, rsvpNbrAddress }
  2683.        ::= { rsvpNbrTable 1 }
  2684.  
  2685. RsvpNbrEntry ::=
  2686.     SEQUENCE {
  2687.  
  2688.  
  2689.  
  2690. Baker, et. al.              Standards Track                    [Page 48]
  2691.  
  2692. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2693.  
  2694.  
  2695.     rsvpNbrAddress      OCTET STRING,
  2696.     rsvpNbrProtocol     RsvpEncapsulation,
  2697.     rsvpNbrStatus       RowStatus
  2698.     }
  2699.  
  2700.     rsvpNbrAddress OBJECT-TYPE
  2701.         SYNTAX      OCTET STRING (SIZE(4..16))
  2702.         MAX-ACCESS  not-accessible
  2703.         STATUS      current
  2704.         DESCRIPTION
  2705.            "The IP4 or IP6 Address used by this  neighbor.
  2706.            This  object  may not be changed when the value
  2707.            of the RowStatus object is 'active'."
  2708.        ::= { rsvpNbrEntry 1 }
  2709.  
  2710.  
  2711.     rsvpNbrProtocol OBJECT-TYPE
  2712.         SYNTAX      RsvpEncapsulation
  2713.         MAX-ACCESS  read-create
  2714.         STATUS      current
  2715.         DESCRIPTION
  2716.            "The encapsulation being used  by  this  neigh-
  2717.            bor."
  2718.        ::= { rsvpNbrEntry 2 }
  2719.  
  2720.  
  2721.     rsvpNbrStatus OBJECT-TYPE
  2722.         SYNTAX      RowStatus
  2723.         MAX-ACCESS  read-create
  2724.         STATUS      current
  2725.         DESCRIPTION
  2726.            "'active' for all neighbors.  This  object  may
  2727.            be  used  to configure neighbors.  In the pres-
  2728.            ence of configured neighbors,  the  implementa-
  2729.            tion may (but is not required to) limit the set
  2730.            of valid neighbors to those configured."
  2731.        ::= { rsvpNbrEntry 3 }
  2732.  
  2733.  
  2734. --
  2735. --      Notifications used to signal events
  2736. --
  2737.  
  2738.     rsvpNotifications OBJECT IDENTIFIER
  2739.                       ::= { rsvpNotificationsPrefix 0 }
  2740.  
  2741.  
  2742.     newFlow NOTIFICATION-TYPE
  2743.  
  2744.  
  2745.  
  2746. Baker, et. al.              Standards Track                    [Page 49]
  2747.  
  2748. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2749.  
  2750.  
  2751.         OBJECTS {
  2752.                     intSrvFlowStatus, rsvpSessionDestAddr,
  2753.                     rsvpResvFwdStatus, rsvpResvStatus, rsvpSenderStatus
  2754.                 }
  2755.         STATUS  current
  2756.         DESCRIPTION
  2757.            "The newFlow trap indicates that the  originat-
  2758.            ing  system  has  installed  a  new flow in its
  2759.            classifier, or (when reservation  authorization
  2760.            is  in view) is prepared to install such a flow
  2761.            in the classifier and is requesting  authoriza-
  2762.            tion.   The objects included with the Notifica-
  2763.            tion may be used to  read  further  information
  2764.            using  the  Integrated  Services and RSVP MIBs.
  2765.            Authorization  or  non-authorization   may   be
  2766.            enacted by a write to the variable intSrvFlowS-
  2767.            tatus."
  2768.        ::= { rsvpNotifications 1 }
  2769.  
  2770.  
  2771.     lostFlow NOTIFICATION-TYPE
  2772.         OBJECTS {
  2773.                     intSrvFlowStatus, rsvpSessionDestAddr,
  2774.                     rsvpResvFwdStatus, rsvpResvStatus, rsvpSenderStatus
  2775.                 }
  2776.         STATUS  current
  2777.         DESCRIPTION
  2778.            "The lostFlow trap indicates that the originat-
  2779.            ing system has removed a flow from its classif-
  2780.            ier."
  2781.        ::= { rsvpNotifications 2 }
  2782.  
  2783.  
  2784. -- conformance information
  2785.  
  2786.  
  2787. rsvpGroups      OBJECT IDENTIFIER ::= { rsvpConformance 1 }
  2788. rsvpCompliances OBJECT IDENTIFIER ::= { rsvpConformance 2 }
  2789.  
  2790. -- compliance statements
  2791.  
  2792.  
  2793.     rsvpCompliance MODULE-COMPLIANCE
  2794.         STATUS  current
  2795.         DESCRIPTION
  2796.            "The compliance statement.  Note that  the  im-
  2797.            plementation  of this module requires implemen-
  2798.            tation of the Integrated Services MIB as well."
  2799.  
  2800.  
  2801.  
  2802. Baker, et. al.              Standards Track                    [Page 50]
  2803.  
  2804. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2805.  
  2806.  
  2807.        MODULE  -- this module
  2808.        MANDATORY-GROUPS {
  2809.            rsvpSessionGroup, rsvpSenderGroup, rsvpResvGroup,
  2810.            rsvpIfGroup, rsvpNbrGroup
  2811.            }
  2812.  
  2813.        GROUP rsvpResvFwdGroup
  2814.          DESCRIPTION
  2815.           "The Reservation Requests table  is  appropriate
  2816.           in  implementations that store upstream reserva-
  2817.           tion messages, but not appropriate in  implemen-
  2818.           tations  which  calculate them on each transmis-
  2819.           sion."
  2820.  
  2821.       GROUP rsvpNotificationGroup
  2822.         DESCRIPTION
  2823.          "The notifications in this module may be used  to
  2824.          advise a network management station of changes in
  2825.          flow status, and are required when this use is in
  2826.          view."
  2827.  
  2828.      OBJECT       rsvpSessionRequests
  2829.        MIN-ACCESS not-accessible
  2830.        DESCRIPTION
  2831.         "This object is optional."
  2832.  
  2833.     OBJECT       rsvpSenderType
  2834.       MIN-ACCESS read-only
  2835.       DESCRIPTION
  2836.        "read-create access is not required.  This  may  be
  2837.        read-only."
  2838.  
  2839.     OBJECT       rsvpSenderDestAddr
  2840.       MIN-ACCESS read-only
  2841.       DESCRIPTION
  2842.        "read-create access is not required.  This  may  be
  2843.        read-only."
  2844.  
  2845.     OBJECT       rsvpSenderAddr
  2846.       MIN-ACCESS read-only
  2847.       DESCRIPTION
  2848.        "read-create access is not required.  This  may  be
  2849.        read-only."
  2850.  
  2851.     OBJECT       rsvpSenderDestAddrLength
  2852.       MIN-ACCESS read-only
  2853.       DESCRIPTION
  2854.        "read-create access is not required.  This  may  be
  2855.  
  2856.  
  2857.  
  2858. Baker, et. al.              Standards Track                    [Page 51]
  2859.  
  2860. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2861.  
  2862.  
  2863.        read-only."
  2864.  
  2865.     OBJECT       rsvpSenderAddrLength
  2866.       MIN-ACCESS read-only
  2867.       DESCRIPTION
  2868.        "read-create access is not required.  This  may  be
  2869.        read-only."
  2870.  
  2871.     OBJECT       rsvpSenderProtocol
  2872.       MIN-ACCESS read-only
  2873.       DESCRIPTION
  2874.        "read-create access is not required.  This  may  be
  2875.        read-only."
  2876.  
  2877.     OBJECT       rsvpSenderDestPort
  2878.       MIN-ACCESS read-only
  2879.       DESCRIPTION
  2880.        "read-create access is not required.  This  may  be
  2881.        read-only."
  2882.  
  2883.     OBJECT       rsvpSenderPort
  2884.       MIN-ACCESS read-only
  2885.       DESCRIPTION
  2886.        "read-create access is not required.  This  may  be
  2887.        read-only."
  2888.  
  2889.     OBJECT       rsvpSenderHopAddr
  2890.       MIN-ACCESS read-only
  2891.       DESCRIPTION
  2892.        "read-create access is not required.  This  may  be
  2893.        read-only."
  2894.  
  2895.     OBJECT       rsvpSenderHopLih
  2896.       MIN-ACCESS read-only
  2897.       DESCRIPTION
  2898.        "read-create access is not required.  This  may  be
  2899.        read-only."
  2900.  
  2901.     OBJECT       rsvpSenderInterface
  2902.       MIN-ACCESS read-only
  2903.       DESCRIPTION
  2904.        "read-create access is not required.  This  may  be
  2905.        read-only."
  2906.  
  2907.     OBJECT       rsvpSenderTSpecRate
  2908.       MIN-ACCESS read-only
  2909.       DESCRIPTION
  2910.        "read-create access is not required.  This  may  be
  2911.  
  2912.  
  2913.  
  2914. Baker, et. al.              Standards Track                    [Page 52]
  2915.  
  2916. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2917.  
  2918.  
  2919.        read-only."
  2920.  
  2921.     OBJECT       rsvpSenderTSpecPeakRate
  2922.       MIN-ACCESS read-only
  2923.       DESCRIPTION
  2924.        "read-create access is not required.  This  may  be
  2925.        read-only."
  2926.  
  2927.     OBJECT       rsvpSenderTSpecBurst
  2928.       MIN-ACCESS read-only
  2929.       DESCRIPTION
  2930.        "read-create access is not required.  This  may  be
  2931.        read-only."
  2932.  
  2933.     OBJECT       rsvpSenderTSpecMinTU
  2934.       MIN-ACCESS read-only
  2935.       DESCRIPTION
  2936.        "read-create access is not required.  This  may  be
  2937.        read-only."
  2938.  
  2939.     OBJECT       rsvpSenderTSpecMaxTU
  2940.       MIN-ACCESS read-only
  2941.       DESCRIPTION
  2942.        "read-create access is not required.  This  may  be
  2943.        read-only."
  2944.  
  2945.     OBJECT       rsvpSenderInterval
  2946.       MIN-ACCESS read-only
  2947.       DESCRIPTION
  2948.        "read-create access is not required.  This  may  be
  2949.        read-only."
  2950.  
  2951.     OBJECT       rsvpSenderRSVPHop
  2952.       MIN-ACCESS read-only
  2953.       DESCRIPTION
  2954.        "read-create access is not required.  This  may  be
  2955.        read-only."
  2956.  
  2957.     OBJECT       rsvpSenderPolicy
  2958.       MIN-ACCESS read-only
  2959.       DESCRIPTION
  2960.        "read-create access is not required.  This  may  be
  2961.        read-only."
  2962.  
  2963.     OBJECT       rsvpSenderAdspecBreak
  2964.       MIN-ACCESS read-only
  2965.       DESCRIPTION
  2966.        "read-create access is not required.  This  may  be
  2967.  
  2968.  
  2969.  
  2970. Baker, et. al.              Standards Track                    [Page 53]
  2971.  
  2972. RFC 2206                  RSVP MIB using SMIv2            September 1997
  2973.  
  2974.  
  2975.        read-only."
  2976.  
  2977.     OBJECT       rsvpSenderAdspecHopCount
  2978.       MIN-ACCESS read-only
  2979.       DESCRIPTION
  2980.        "read-create access is not required.  This  may  be
  2981.        read-only."
  2982.  
  2983.     OBJECT       rsvpSenderAdspecPathBw
  2984.       MIN-ACCESS read-only
  2985.       DESCRIPTION
  2986.        "read-create access is not required.  This  may  be
  2987.        read-only."
  2988.  
  2989.     OBJECT       rsvpSenderAdspecMinLatency
  2990.       MIN-ACCESS read-only
  2991.       DESCRIPTION
  2992.        "read-create access is not required.  This  may  be
  2993.        read-only."
  2994.  
  2995.     OBJECT       rsvpSenderAdspecMtu
  2996.       MIN-ACCESS read-only
  2997.       DESCRIPTION
  2998.        "read-create access is not required.  This  may  be
  2999.        read-only."
  3000.  
  3001.     OBJECT       rsvpSenderAdspecGuaranteedSvc
  3002.       MIN-ACCESS not-accessible
  3003.       DESCRIPTION
  3004.        "This may be not-accessible if the system does  not
  3005.        support Guaranteed Service."
  3006.  
  3007.     OBJECT       rsvpSenderAdspecGuaranteedBreak
  3008.       MIN-ACCESS not-accessible
  3009.       DESCRIPTION
  3010.        "This may be not-accessible if the system does  not
  3011.        support Guaranteed Service."
  3012.  
  3013.     OBJECT       rsvpSenderAdspecGuaranteedCtot
  3014.       MIN-ACCESS not-accessible
  3015.       DESCRIPTION
  3016.        "This may be not-accessible if the system does  not
  3017.        support Guaranteed Service."
  3018.  
  3019.     OBJECT       rsvpSenderAdspecGuaranteedDtot
  3020.       MIN-ACCESS not-accessible
  3021.       DESCRIPTION
  3022.        "This may be not-accessible if the system does  not
  3023.  
  3024.  
  3025.  
  3026. Baker, et. al.              Standards Track                    [Page 54]
  3027.  
  3028. RFC 2206                  RSVP MIB using SMIv2            September 1997
  3029.  
  3030.  
  3031.        support Guaranteed Service."
  3032.  
  3033.     OBJECT       rsvpSenderAdspecGuaranteedCsum
  3034.       MIN-ACCESS not-accessible
  3035.       DESCRIPTION
  3036.        "This may be not-accessible if the system does  not
  3037.        support Guaranteed Service."
  3038.  
  3039.     OBJECT       rsvpSenderAdspecGuaranteedDsum
  3040.       MIN-ACCESS read-only
  3041.       DESCRIPTION
  3042.        "This may be not-accessible if the system does  not
  3043.        support Guaranteed Service."
  3044.  
  3045.     OBJECT       rsvpSenderAdspecGuaranteedHopCount
  3046.       MIN-ACCESS not-accessible
  3047.       DESCRIPTION
  3048.        "This may be not-accessible if the system does  not
  3049.        support Guaranteed Service."
  3050.  
  3051.     OBJECT       rsvpSenderAdspecGuaranteedPathBw
  3052.       MIN-ACCESS not-accessible
  3053.       DESCRIPTION
  3054.        "This may be not-accessible if the system does  not
  3055.        support Guaranteed Service."
  3056.  
  3057.     OBJECT       rsvpSenderAdspecGuaranteedMinLatency
  3058.       MIN-ACCESS not-accessible
  3059.       DESCRIPTION
  3060.        "This may be not-accessible if the system does  not
  3061.        support Guaranteed Service."
  3062.  
  3063.     OBJECT       rsvpSenderAdspecGuaranteedMtu
  3064.       MIN-ACCESS not-accessible
  3065.       DESCRIPTION
  3066.        "This may be not-accessible if the system does  not
  3067.        support Guaranteed Service."
  3068.  
  3069.     OBJECT       rsvpSenderAdspecCtrlLoadSvc
  3070.       MIN-ACCESS not-accessible
  3071.       DESCRIPTION
  3072.        "This may be not-accessible if the system does  not
  3073.        support Controlled Load."
  3074.  
  3075.     OBJECT       rsvpSenderAdspecCtrlLoadBreak
  3076.       MIN-ACCESS not-accessible
  3077.       DESCRIPTION
  3078.        "This may be not-accessible if the system does  not
  3079.  
  3080.  
  3081.  
  3082. Baker, et. al.              Standards Track                    [Page 55]
  3083.  
  3084. RFC 2206                  RSVP MIB using SMIv2            September 1997
  3085.  
  3086.  
  3087.        support Controlled Load."
  3088.  
  3089.     OBJECT       rsvpSenderAdspecCtrlLoadHopCount
  3090.       MIN-ACCESS not-accessible
  3091.       DESCRIPTION
  3092.        "This may be not-accessible if the system does  not
  3093.        support Controlled Load."
  3094.  
  3095.     OBJECT       rsvpSenderAdspecCtrlLoadPathBw
  3096.       MIN-ACCESS not-accessible
  3097.       DESCRIPTION
  3098.        "This may be not-accessible if the system does  not
  3099.        support Controlled Load."
  3100.  
  3101.     OBJECT       rsvpSenderAdspecCtrlLoadMinLatency
  3102.       MIN-ACCESS not-accessible
  3103.       DESCRIPTION
  3104.        "This may be not-accessible if the system does  not
  3105.        support Controlled Load."
  3106.  
  3107.     OBJECT       rsvpSenderAdspecCtrlLoadMtu
  3108.       MIN-ACCESS not-accessible
  3109.       DESCRIPTION
  3110.        "This may be not-accessible if the system does  not
  3111.        support Controlled Load."
  3112.  
  3113.     OBJECT       rsvpSenderStatus
  3114.       MIN-ACCESS read-only
  3115.       DESCRIPTION
  3116.        "read-create access is not required.  This  may  be
  3117.        read-only."
  3118.  
  3119.     OBJECT       rsvpSenderFlowId
  3120.       MIN-ACCESS not-accessible
  3121.       DESCRIPTION
  3122.        "This object is needed only in a system that imple-
  3123.        ments IPv6."
  3124.  
  3125.  
  3126.     OBJECT       rsvpResvType
  3127.       MIN-ACCESS read-only
  3128.       DESCRIPTION
  3129.        "read-create access is not required.  This  may  be
  3130.        read-only."
  3131.  
  3132.     OBJECT       rsvpResvDestAddr
  3133.       MIN-ACCESS read-only
  3134.       DESCRIPTION
  3135.  
  3136.  
  3137.  
  3138. Baker, et. al.              Standards Track                    [Page 56]
  3139.  
  3140. RFC 2206                  RSVP MIB using SMIv2            September 1997
  3141.  
  3142.  
  3143.        "read-create access is not required.  This  may  be
  3144.        read-only."
  3145.  
  3146.     OBJECT       rsvpResvSenderAddr
  3147.       MIN-ACCESS read-only
  3148.       DESCRIPTION
  3149.        "read-create access is not required.  This  may  be
  3150.        read-only."
  3151.  
  3152.     OBJECT       rsvpResvDestAddrLength
  3153.       MIN-ACCESS read-only
  3154.       DESCRIPTION
  3155.        "read-create access is not required.  This  may  be
  3156.        read-only."
  3157.  
  3158.     OBJECT       rsvpResvSenderAddrLength
  3159.       MIN-ACCESS read-only
  3160.       DESCRIPTION
  3161.        "read-create access is not required.  This  may  be
  3162.        read-only."
  3163.  
  3164.     OBJECT       rsvpResvProtocol
  3165.       MIN-ACCESS read-only
  3166.       DESCRIPTION
  3167.        "read-create access is not required.  This  may  be
  3168.        read-only."
  3169.  
  3170.     OBJECT       rsvpResvDestPort
  3171.       MIN-ACCESS read-only
  3172.       DESCRIPTION
  3173.        "read-create access is not required.  This  may  be
  3174.        read-only."
  3175.  
  3176.     OBJECT       rsvpResvPort
  3177.       MIN-ACCESS read-only
  3178.       DESCRIPTION
  3179.        "read-create access is not required.  This  may  be
  3180.        read-only."
  3181.  
  3182.     OBJECT       rsvpResvHopAddr
  3183.       MIN-ACCESS read-only
  3184.       DESCRIPTION
  3185.        "read-create access is not required.  This  may  be
  3186.        read-only."
  3187.  
  3188.     OBJECT       rsvpResvHopLih
  3189.       MIN-ACCESS read-only
  3190.       DESCRIPTION
  3191.  
  3192.  
  3193.  
  3194. Baker, et. al.              Standards Track                    [Page 57]
  3195.  
  3196. RFC 2206                  RSVP MIB using SMIv2            September 1997
  3197.  
  3198.  
  3199.        "read-create access is not required.  This  may  be
  3200.        read-only."
  3201.  
  3202.     OBJECT       rsvpResvInterface
  3203.       MIN-ACCESS read-only
  3204.       DESCRIPTION
  3205.        "read-create access is not required.  This  may  be
  3206.        read-only."
  3207.  
  3208.     OBJECT       rsvpResvService
  3209.       MIN-ACCESS read-only
  3210.       DESCRIPTION
  3211.        "read-create access is not required.  This  may  be
  3212.        read-only."
  3213.  
  3214.     OBJECT       rsvpResvTSpecRate
  3215.       MIN-ACCESS read-only
  3216.       DESCRIPTION
  3217.        "read-create access is not required.  This  may  be
  3218.        read-only."
  3219.  
  3220.     OBJECT       rsvpResvTSpecPeakRate
  3221.       MIN-ACCESS read-only
  3222.       DESCRIPTION
  3223.        "read-create access is not required.  This  may  be
  3224.        read-only."
  3225.  
  3226.     OBJECT       rsvpResvTSpecBurst
  3227.       MIN-ACCESS read-only
  3228.       DESCRIPTION
  3229.        "read-create access is not required.  This  may  be
  3230.        read-only."
  3231.  
  3232.     OBJECT       rsvpResvTSpecMinTU
  3233.       MIN-ACCESS read-only
  3234.       DESCRIPTION
  3235.        "read-create access is not required.  This  may  be
  3236.        read-only."
  3237.  
  3238.     OBJECT       rsvpResvTSpecMaxTU
  3239.       MIN-ACCESS read-only
  3240.       DESCRIPTION
  3241.        "read-create access is not required.  This  may  be
  3242.        read-only."
  3243.  
  3244.     OBJECT       rsvpResvRSpecRate
  3245.       MIN-ACCESS read-only
  3246.       DESCRIPTION
  3247.  
  3248.  
  3249.  
  3250. Baker, et. al.              Standards Track                    [Page 58]
  3251.  
  3252. RFC 2206                  RSVP MIB using SMIv2            September 1997
  3253.  
  3254.  
  3255.        "read-create access is not required.  This  may  be
  3256.        read-only."
  3257.  
  3258.     OBJECT       rsvpResvRSpecSlack
  3259.       MIN-ACCESS read-only
  3260.       DESCRIPTION
  3261.        "read-create access is not required.  This  may  be
  3262.        read-only."
  3263.  
  3264.     OBJECT       rsvpResvInterval
  3265.       MIN-ACCESS read-only
  3266.       DESCRIPTION
  3267.        "read-create access is not required.  This  may  be
  3268.        read-only."
  3269.  
  3270.     OBJECT       rsvpResvScope
  3271.       MIN-ACCESS read-only
  3272.       DESCRIPTION
  3273.        "read-create access is not required.  This  may  be
  3274.        read-only."
  3275.  
  3276.     OBJECT       rsvpResvShared
  3277.       MIN-ACCESS read-only
  3278.       DESCRIPTION
  3279.        "read-create access is not required.  This  may  be
  3280.        read-only."
  3281.  
  3282.     OBJECT       rsvpResvExplicit
  3283.       MIN-ACCESS read-only
  3284.       DESCRIPTION
  3285.        "read-create access is not required.  This  may  be
  3286.        read-only."
  3287.  
  3288.     OBJECT       rsvpResvRSVPHop
  3289.       MIN-ACCESS read-only
  3290.       DESCRIPTION
  3291.        "read-create access is not required.  This  may  be
  3292.        read-only."
  3293.  
  3294.     OBJECT       rsvpResvPolicy
  3295.       MIN-ACCESS read-only
  3296.       DESCRIPTION
  3297.        "read-create access is not required.  This  may  be
  3298.        read-only."
  3299.  
  3300.     OBJECT       rsvpResvStatus
  3301.       MIN-ACCESS read-only
  3302.       DESCRIPTION
  3303.  
  3304.  
  3305.  
  3306. Baker, et. al.              Standards Track                    [Page 59]
  3307.  
  3308. RFC 2206                  RSVP MIB using SMIv2            September 1997
  3309.  
  3310.  
  3311.        "read-create access is not required.  This  may  be
  3312.        read-only."
  3313.     OBJECT       rsvpResvFlowId
  3314.       MIN-ACCESS not-accessible
  3315.       DESCRIPTION
  3316.        "This object is needed only in a system that imple-
  3317.        ments IPv6."
  3318.  
  3319.     OBJECT       rsvpResvFwdStatus
  3320.       MIN-ACCESS read-only
  3321.       DESCRIPTION
  3322.        "read-create access is not required.  This  may  be
  3323.        read-only."
  3324.  
  3325.     OBJECT       rsvpResvFwdFlowId
  3326.       MIN-ACCESS not-accessible
  3327.       DESCRIPTION
  3328.        "This object is needed only in a system that imple-
  3329.        ments IPv6."
  3330.  
  3331.     ::= { rsvpCompliances 1 }
  3332.  
  3333.  
  3334.     rsvpSessionGroup OBJECT-GROUP
  3335.          OBJECTS {
  3336.             rsvpSessionType, rsvpSessionDestAddr,
  3337.             rsvpSessionDestAddrLength, rsvpSessionProtocol,
  3338.             rsvpSessionPort, rsvpSessionSenders, rsvpSessionReceivers,
  3339.             rsvpSessionRequests
  3340.         }
  3341.         STATUS  current
  3342.         DESCRIPTION
  3343.            "These objects are required for RSVP Systems."
  3344.        ::= { rsvpGroups 1 }
  3345.  
  3346.     rsvpSenderGroup OBJECT-GROUP
  3347.          OBJECTS {
  3348.             rsvpSenderType, rsvpSenderDestAddr, rsvpSenderAddr,
  3349.             rsvpSenderDestAddrLength, rsvpSenderAddrLength,
  3350.             rsvpSenderProtocol, rsvpSenderDestPort, rsvpSenderPort,
  3351.             rsvpSenderHopAddr, rsvpSenderHopLih, rsvpSenderInterface,
  3352.             rsvpSenderTSpecRate, rsvpSenderTSpecPeakRate,
  3353.             rsvpSenderTSpecBurst, rsvpSenderTSpecMinTU,
  3354.             rsvpSenderTSpecMaxTU, rsvpSenderInterval,
  3355.             rsvpSenderLastChange, rsvpSenderStatus,
  3356.             rsvpSenderRSVPHop, rsvpSenderPolicy,
  3357.             rsvpSenderAdspecBreak, rsvpSenderAdspecHopCount,
  3358.             rsvpSenderAdspecPathBw, rsvpSenderAdspecMinLatency,
  3359.  
  3360.  
  3361.  
  3362. Baker, et. al.              Standards Track                    [Page 60]
  3363.  
  3364. RFC 2206                  RSVP MIB using SMIv2            September 1997
  3365.  
  3366.  
  3367.             rsvpSenderAdspecMtu, rsvpSenderAdspecGuaranteedSvc,
  3368.             rsvpSenderAdspecGuaranteedBreak,
  3369.             rsvpSenderAdspecGuaranteedCtot,
  3370.             rsvpSenderAdspecGuaranteedDtot,
  3371.             rsvpSenderAdspecGuaranteedCsum,
  3372.             rsvpSenderAdspecGuaranteedDsum,
  3373.             rsvpSenderAdspecGuaranteedHopCount,
  3374.             rsvpSenderAdspecGuaranteedPathBw,
  3375.             rsvpSenderAdspecGuaranteedMinLatency,
  3376.             rsvpSenderAdspecGuaranteedMtu, rsvpSenderAdspecCtrlLoadSvc,
  3377.             rsvpSenderAdspecCtrlLoadBreak,
  3378.             rsvpSenderAdspecCtrlLoadHopCount,
  3379.             rsvpSenderAdspecCtrlLoadPathBw,
  3380.             rsvpSenderAdspecCtrlLoadMinLatency,
  3381.             rsvpSenderAdspecCtrlLoadMtu, rsvpSenderNewIndex
  3382.         }
  3383.         STATUS  current
  3384.         DESCRIPTION
  3385.            "These objects are required for RSVP Systems."
  3386.        ::= { rsvpGroups 2 }
  3387.  
  3388.  
  3389.     rsvpResvGroup OBJECT-GROUP
  3390.          OBJECTS {
  3391.             rsvpResvType, rsvpResvDestAddr, rsvpResvSenderAddr,
  3392.             rsvpResvDestAddrLength, rsvpResvSenderAddrLength,
  3393.             rsvpResvProtocol, rsvpResvDestPort, rsvpResvPort,
  3394.             rsvpResvHopAddr, rsvpResvHopLih, rsvpResvInterface,
  3395.             rsvpResvService, rsvpResvTSpecRate, rsvpResvTSpecBurst,
  3396.             rsvpResvTSpecPeakRate, rsvpResvTSpecMinTU,
  3397.             rsvpResvTSpecMaxTU, rsvpResvRSpecRate,
  3398.             rsvpResvRSpecSlack, rsvpResvInterval,
  3399.             rsvpResvScope, rsvpResvShared, rsvpResvExplicit,
  3400.             rsvpResvRSVPHop, rsvpResvLastChange, rsvpResvPolicy,
  3401.             rsvpResvStatus, rsvpResvNewIndex
  3402.         }
  3403.         STATUS  current
  3404.         DESCRIPTION
  3405.            "These objects are required for RSVP Systems."
  3406.        ::= { rsvpGroups 3 }
  3407.  
  3408.  
  3409.     rsvpResvFwdGroup OBJECT-GROUP
  3410.          OBJECTS {
  3411.             rsvpResvFwdType, rsvpResvFwdDestAddr, rsvpResvFwdSenderAddr,
  3412.             rsvpResvFwdDestAddrLength, rsvpResvFwdSenderAddrLength,
  3413.             rsvpResvFwdProtocol, rsvpResvFwdDestPort, rsvpResvFwdPort,
  3414.             rsvpResvFwdHopAddr, rsvpResvFwdHopLih, rsvpResvFwdInterface,
  3415.  
  3416.  
  3417.  
  3418. Baker, et. al.              Standards Track                    [Page 61]
  3419.  
  3420. RFC 2206                  RSVP MIB using SMIv2            September 1997
  3421.  
  3422.  
  3423.             rsvpResvFwdNewIndex, rsvpResvFwdService,
  3424.             rsvpResvFwdTSpecPeakRate, rsvpResvFwdTSpecMinTU,
  3425.             rsvpResvFwdTSpecMaxTU, rsvpResvFwdTSpecRate,
  3426.             rsvpResvFwdTSpecBurst, rsvpResvFwdRSpecRate,
  3427.             rsvpResvFwdRSpecSlack, rsvpResvFwdInterval,
  3428.             rsvpResvFwdScope, rsvpResvFwdShared, rsvpResvFwdExplicit,
  3429.             rsvpResvFwdRSVPHop, rsvpResvFwdLastChange,
  3430.             rsvpResvFwdPolicy, rsvpResvFwdStatus
  3431.         }
  3432.         STATUS  current
  3433.         DESCRIPTION
  3434.            "These objects are optional, used for some RSVP
  3435.            Systems."
  3436.        ::= { rsvpGroups 4 }
  3437.  
  3438.  
  3439.     rsvpIfGroup OBJECT-GROUP
  3440.          OBJECTS {
  3441.             rsvpIfUdpNbrs, rsvpIfIpNbrs, rsvpIfNbrs, rsvpIfEnabled,
  3442.             rsvpIfUdpRequired, rsvpIfRefreshBlockadeMultiple,
  3443.             rsvpIfRefreshMultiple, rsvpIfRefreshInterval, rsvpIfTTL,
  3444.             rsvpIfRouteDelay, rsvpIfStatus
  3445.         }
  3446.         STATUS  current
  3447.         DESCRIPTION
  3448.            "These objects are required for RSVP Systems."
  3449.        ::= { rsvpGroups 6 }
  3450.  
  3451.  
  3452.     rsvpNbrGroup OBJECT-GROUP
  3453.          OBJECTS {
  3454.             rsvpNbrProtocol, rsvpNbrStatus
  3455.         }
  3456.         STATUS  current
  3457.         DESCRIPTION
  3458.            "These objects are required for RSVP Systems."
  3459.        ::= { rsvpGroups 7 }
  3460.  
  3461.  
  3462.     rsvpNotificationGroup NOTIFICATION-GROUP
  3463.         NOTIFICATIONS { newFlow, lostFlow }
  3464.         STATUS  current
  3465.         DESCRIPTION
  3466.            "This notification is required for Systems sup-
  3467.            porting  the  RSVP  Policy Module using an SNMP
  3468.            interface to the Policy Manager."
  3469.        ::= { rsvpGroups 8 }
  3470.  
  3471.  
  3472.  
  3473.  
  3474. Baker, et. al.              Standards Track                    [Page 62]
  3475.  
  3476. RFC 2206                  RSVP MIB using SMIv2            September 1997
  3477.  
  3478.  
  3479. END
  3480.  
  3481. 4.  Security Considerations
  3482.  
  3483.    The use of an SNMP SET results in an RSVP or Integrated Services
  3484.    reservation under rules that are different compared to if the
  3485.    reservation was negotiated using RSVP. However, no other security
  3486.    considerations exist other than those imposed by SNMP itself.
  3487.  
  3488. 5.  Authors' Addresses
  3489.  
  3490.             Fred Baker
  3491.     Postal: Cisco Systems
  3492.             519 Lado Drive
  3493.             Santa Barbara, California 93111
  3494.  
  3495.     Phone:  +1 805 681 0115
  3496.     EMail:  fred@cisco.com
  3497.  
  3498.  
  3499.             John Krawczyk
  3500.     Postal: ArrowPoint Communications
  3501.             235 Littleton Road
  3502.             Westford, Massachusetts 01886
  3503.  
  3504.     Phone:  +1 508 692 5875
  3505.     EMail:  jjk@tiac.net
  3506.  
  3507.  
  3508.             Arun Sastry
  3509.     Postal: Cisco Systems
  3510.             210 W. Tasman Drive
  3511.             San Jose, California 95134
  3512.  
  3513.     Phone:  +1 408 526 7685
  3514.     EMail:  arun@cisco.com
  3515.  
  3516. 6.  Acknowledgements
  3517.  
  3518.    This document was produced by the RSVP Working Group.
  3519.  
  3520.  
  3521.  
  3522.  
  3523.  
  3524.  
  3525.  
  3526.  
  3527.  
  3528.  
  3529.  
  3530. Baker, et. al.              Standards Track                    [Page 63]
  3531.  
  3532. RFC 2206                  RSVP MIB using SMIv2            September 1997
  3533.  
  3534.  
  3535. 7.  References
  3536.  
  3537.    [1]  Rose, M., Editor, "Management Information Base for
  3538.         Network Management of TCP/IP-based internets", STD 17,
  3539.         RFC 1213, May 1990.
  3540.  
  3541.    [2]  Information processing systems - Open Systems
  3542.         Interconnection - Specification of Abstract Syntax
  3543.         Notation One (ASN.1), International Organization for
  3544.         Standardization.  International Standard 8824, (December,
  3545.         1987).
  3546.  
  3547.    [3]  Information processing systems - Open Systems
  3548.         Interconnection - Specification of Basic Encoding Rules
  3549.         for Abstract Notation One (ASN.1), International
  3550.         Organization for Standardization.  International Standard
  3551.         8825, (December, 1987).
  3552.  
  3553.  
  3554.  
  3555.  
  3556.  
  3557.  
  3558.  
  3559.  
  3560.  
  3561.  
  3562.  
  3563.  
  3564.  
  3565.  
  3566.  
  3567.  
  3568.  
  3569.  
  3570.  
  3571.  
  3572.  
  3573.  
  3574.  
  3575.  
  3576.  
  3577.  
  3578.  
  3579.  
  3580.  
  3581.  
  3582.  
  3583.  
  3584.  
  3585.  
  3586. Baker, et. al.              Standards Track                    [Page 64]
  3587.  
  3588.